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

Method SaveLayout

Source/MultitrackRecorder.cpp:183–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183void MultitrackRecorder::SaveLayout(ofxJSONElement& moduleInfo)
184{
185 moduleInfo["modules"] = mModuleContainer.WriteModules();
186}
187
188void MultitrackRecorder::LoadLayout(const ofxJSONElement& moduleInfo)
189{

Callers

nothing calls this directly

Calls 1

WriteModulesMethod · 0.80

Tested by

no test coverage detected