VST3: correctly set offline processing
This commit is contained in:
parent
8a8ae7069e
commit
d4b71a7777
@ -1970,7 +1970,11 @@ VST3PI::set_owner (SessionObject* o)
|
||||
void
|
||||
VST3PI::set_non_realtime (bool yn)
|
||||
{
|
||||
if (_process_offline == yn) {
|
||||
return;
|
||||
}
|
||||
_process_offline = yn;
|
||||
update_processor ();
|
||||
}
|
||||
|
||||
int32
|
||||
|
Loading…
Reference in New Issue
Block a user