mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-20 02:13:56 +02:00
Process offline audio from the GUI thread
Because T-RackS 5 won't have it any other way.
This commit is contained in:
@@ -249,8 +249,8 @@ struct Vst3PluginInstance {
|
||||
/**
|
||||
* Whether the plugin instance is currently in offline processing mode or
|
||||
* not. Needed as a HACK for IK Multimedia's T-RackS 5 because those plugins
|
||||
* will deadlock if they receive a timer proc on the Win32 message loop
|
||||
* while doing offline processing.
|
||||
* will deadlock if they don't process audio from the GUI thread while doing
|
||||
* offline processing.
|
||||
*/
|
||||
bool is_offline_processing = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user