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
@@ -76,7 +76,7 @@ Vst2PluginBridge::Vst2PluginBridge(audioMasterCallback host_callback)
sockets.vst_host_callback.receive_events(
std::pair<Vst2Logger&, bool>(logger, false),
[&](Event& event, bool /*on_main_thread*/) {
[&](Vst2Event& event, bool /*on_main_thread*/) {
switch (event.opcode) {
// MIDI events sent from the plugin back to the host are
// a special case here. They have to sent during the