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:
@@ -68,7 +68,6 @@ class Vst2Bridge : public HostBridge {
|
||||
void run() override;
|
||||
|
||||
void handle_x11_events() override;
|
||||
void handle_win32_events() override;
|
||||
|
||||
/**
|
||||
* Forward the host callback made by the plugin to the host and return the
|
||||
|
||||
Reference in New Issue
Block a user