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

Method SaveLayout

Source/EnvelopeEditor.cpp:612–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612void EnvelopeEditor::SaveLayout(ofxJSONElement& moduleInfo)
613{
614 if (mADSRDisplay != nullptr)
615 moduleInfo["target"] = mADSRDisplay->Path();
616
617 moduleInfo["onthefly"] = false;
618}
619
620void EnvelopeEditor::LoadLayout(const ofxJSONElement& moduleInfo)
621{

Callers

nothing calls this directly

Calls 1

PathMethod · 0.80

Tested by

no test coverage detected