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
@@ -65,7 +65,7 @@ class PluginBridge {
* Ask the VST plugin to process audio for us. If the plugin somehow does
* not support `processReplacing()` and only supports the old `process()`
* function, then this will be handled implicitely in
* `WineBridge::handle_process_replacing()`.
* `Vst2Bridge::handle_process_replacing()`.
*/
void process_replacing(AEffect* plugin,
float** inputs,