Move wine-bridge.h -> bridges/vst2.h

This way we can structure the group handling and a potential future VST3
bridge in the same way.
This commit is contained in:
Robbert van der Helm
2020-05-18 15:13:13 +02:00
parent b8028b8e13
commit 53acb1f78a
8 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ PluginBridge::PluginBridge(audioMasterCallback host_callback)
try {
while (true) {
// TODO: Think of a nicer way to structure this and the similar
// handler in `WineBridge::handle_dispatch_midi_events`
// handler in `Vst2Bridge::handle_dispatch_midi_events`
receive_event(
vst_host_callback, std::pair<Logger&, bool>(logger, false),
[&](Event& event) {