MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / prepareSave

Method prepareSave

src/override/Engine.cpp:929–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927
928
929void Engine::prepareSave() {
930 if (internal->aboutToClose)
931 return;
932 SharedLock<SharedMutex> lock(internal->mutex);
933 for (Module* module : internal->modules) {
934 Module::SaveEvent e;
935 module->onSave(e);
936 }
937 for (TerminalModule* terminalModule : internal->terminalModules) {
938 Module::SaveEvent e;
939 terminalModule->onSave(e);
940 }
941}
942
943
944size_t Engine::getNumCables() {

Callers 15

getStateFunction · 0.80
sendFullPatchToRemoteFunction · 0.80
uiFileBrowserSelectedFunction · 0.80
getStateFunction · 0.80
sendFullPatchToRemoteFunction · 0.80
uiFileBrowserSelectedFunction · 0.80
getStateFunction · 0.80
sendFullPatchToRemoteFunction · 0.80
uiFileBrowserSelectedFunction · 0.80
getStateFunction · 0.80
sendFullPatchToRemoteFunction · 0.80
uiFileBrowserSelectedFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected