mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-23 20:37:27 +02:00
Add support for double precision audio #34
So far I've only seen REAPER running iZotope Rx plugins utilize this.
This commit is contained in:
@@ -242,7 +242,8 @@ class Vst2Bridge {
|
||||
*/
|
||||
Win32Thread parameters_handler;
|
||||
/**
|
||||
* The thread that handles calls to `processReplacing` (and `process`).
|
||||
* The thread that handles calls to `processReplacing` (and `process` as a
|
||||
* fallback) and `processDoubleReplacing`.
|
||||
*/
|
||||
Win32Thread process_replacing_handler;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user