mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Correct reading chunks
They're not actually stored in `data`, but in `*data`.
This commit is contained in:
@@ -164,7 +164,7 @@ void Logger::log_event(bool is_dispatch,
|
||||
[&](const DynamicVstEvents& events) {
|
||||
message << "<" << events.events.size() << " midi_events>";
|
||||
},
|
||||
[&](const WantsBinaryBuffer&) {
|
||||
[&](const WantsChunkBuffer&) {
|
||||
message << "<writable_buffer>";
|
||||
},
|
||||
[&](const WantsString&) { message << "<writable_string>"; }},
|
||||
|
||||
Reference in New Issue
Block a user