mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Correct reading chunks
They're not actually stored in `data`, but in `*data`.
This commit is contained in:
@@ -148,7 +148,7 @@ class DispatchDataConverter : DefaultDataConverter {
|
||||
// TODO: More of these structs
|
||||
switch (opcode) {
|
||||
case effGetChunk:
|
||||
return WantsBinaryBuffer();
|
||||
return WantsChunkBuffer();
|
||||
case effProcessEvents:
|
||||
return DynamicVstEvents(*static_cast<const VstEvents*>(data));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user