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
@@ -419,7 +419,7 @@ as the _Windows VST plugin_. The whole process works as follows:
in the `DispatchDataConverter` and `HostCallbackDataCovnerter` classes for
the `dispatcher()` and `audioMaster()` functions respectively. For operations
involving the plugin editor there is also some extra glue in
`WineBridge::dispatch_wrapper`. On the receiving end of the function calls,
`Vst2Bridge::dispatch_wrapper`. On the receiving end of the function calls,
the `passthrough_event()` function which calls the callback functions and
handles the marshalling between our data types created by the
`*DataConverter` classes and the VST API's different pointer types. This