Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ RealtimeResume
Method
RealtimeResume
libraries/lib-vst/VSTInstance.cpp:210–218 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
208
}
209
210
bool VSTInstance::RealtimeResume()
211
{
212
PowerOn();
213
214
for (const auto &slave : mSlaves)
215
slave->PowerOn();
216
217
return true;
218
}
219
220
bool VSTInstance::OnePresetWasLoadedWhilePlaying()
221
{
Callers
1
ProcessStart
Method · 0.45
Calls
1
PowerOn
Method · 0.80
Tested by
no test coverage detected