mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 04:19:59 +02:00
Rename the Event struct to Vst2Event
This commit is contained in:
@@ -388,7 +388,7 @@ void serialize(S& s, EventPayload& payload) {
|
||||
* the VST host process running under Wine. The fields here mirror those
|
||||
* arguments sent to the `AEffect::dispatch` function.
|
||||
*/
|
||||
struct Event {
|
||||
struct Vst2Event {
|
||||
int opcode;
|
||||
int index;
|
||||
native_intptr_t value;
|
||||
|
||||
Reference in New Issue
Block a user