Rename the Event struct to Vst2Event

This commit is contained in:
Robbert van der Helm
2021-05-20 15:50:09 +02:00
parent 0bc91443b0
commit b1c9d75112
5 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -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;