mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-15 16:03:55 +02:00
Move Win32 event handling to one place
Or technically, two, since the group bridge also does the same loop. We no longer need special handling for VST2 and VST3 plugins, so we can simplify things a bit here.
This commit is contained in:
@@ -232,7 +232,6 @@ class Vst3Bridge : public HostBridge {
|
||||
void run() override;
|
||||
|
||||
void handle_x11_events() override;
|
||||
void handle_win32_events() override;
|
||||
|
||||
/**
|
||||
* Send a callback message to the host return the response. This is a
|
||||
|
||||
Reference in New Issue
Block a user