mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 12:10:09 +02:00
Add support for legacy plugins with only process()
By emulating the behavior of `processReplacing()`. Not that there should still be any plugins around that don't support processReplacing.
This commit is contained in:
@@ -357,7 +357,7 @@ void HostBridge::process_replacing(AEffect* /*plugin*/,
|
||||
const AudioBuffers request{input_buffers, sample_frames};
|
||||
write_object(host_vst_process_replacing, request, process_buffer);
|
||||
|
||||
// /Write the results back to the `outputs` arrays
|
||||
// Write the results back to the `outputs` arrays
|
||||
AudioBuffers response;
|
||||
response =
|
||||
read_object(host_vst_process_replacing, response, process_buffer);
|
||||
|
||||
Reference in New Issue
Block a user