Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ RealtimeSuspend
Method
RealtimeSuspend
libraries/lib-vst/VSTInstance.cpp:200–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
198
}
199
200
bool VSTInstance::RealtimeSuspend()
201
{
202
PowerOff();
203
204
for (const auto &slave : mSlaves)
205
slave->PowerOff();
206
207
return true;
208
}
209
210
bool VSTInstance::RealtimeResume()
211
{
Callers
1
ProcessStart
Method · 0.45
Calls
1
PowerOff
Method · 0.80
Tested by
no test coverage detected