mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-13 20:09:59 +02:00
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:
@@ -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) {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user