MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / Exit

Method Exit

Source/ModularSynth.cpp:962–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

960}
961
962void ModularSynth::Exit()
963{
964 mAudioThreadMutex.Lock("exiting");
965 mAudioPaused = true;
966 mAudioThreadMutex.Unlock();
967 mModuleContainer.Exit();
968 DeleteAllModules();
969 ofExit();
970}
971
972void ModularSynth::Focus()
973{

Callers 1

AtExitFunction · 0.45

Calls 3

ofExitFunction · 0.85
LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected