MCPcopy 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
210bool VSTInstance::RealtimeResume()
211{
212 PowerOn();
213
214 for (const auto &slave : mSlaves)
215 slave->PowerOn();
216
217 return true;
218}
219
220bool VSTInstance::OnePresetWasLoadedWhilePlaying()
221{

Callers 1

ProcessStartMethod · 0.45

Calls 1

PowerOnMethod · 0.80

Tested by

no test coverage detected