MCPcopy 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
200bool VSTInstance::RealtimeSuspend()
201{
202 PowerOff();
203
204 for (const auto &slave : mSlaves)
205 slave->PowerOff();
206
207 return true;
208}
209
210bool VSTInstance::RealtimeResume()
211{

Callers 1

ProcessStartMethod · 0.45

Calls 1

PowerOffMethod · 0.80

Tested by

no test coverage detected