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