Disable traces of experimental MIDI UI.
This commit is contained in:
@@ -607,7 +607,7 @@ namespace pipedal
|
||||
if (!obj) {
|
||||
write_raw("null");
|
||||
} else {
|
||||
write(obj.get());
|
||||
write(obj.value());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user