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

Method SaveLayout

Source/Rewriter.cpp:213–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void Rewriter::SaveLayout(ofxJSONElement& moduleInfo)
214{
215 std::string targetPath = "";
216 if (mConnectedLooper)
217 targetPath = mConnectedLooper->Path();
218
219 moduleInfo["looper"] = targetPath;
220}
221
222void Rewriter::SetUpFromSaveData()
223{

Callers

nothing calls this directly

Calls 1

PathMethod · 0.80

Tested by

no test coverage detected