mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Add serialization for midi events
This commit is contained in:
@@ -145,6 +145,9 @@ void Logger::log_event(bool is_dispatch,
|
||||
overload{
|
||||
[&](const std::nullptr_t&) { message << "<nullptr>"; },
|
||||
[&](const std::string& s) { message << "\"" << s << "\""; },
|
||||
[&](const VstEvents& events) {
|
||||
message << "<" << events.numEvents << " midi_events>";
|
||||
},
|
||||
[&](const NeedsBuffer&) { message << "<writable_buffer>"; }},
|
||||
payload);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user