MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / sendSnapshotOnLoad

Method sendSnapshotOnLoad

Source/Core/CtrlrPanel/CtrlrPanel.cpp:318–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316}
317
318void CtrlrPanel::sendSnapshotOnLoad()
319{
320 if ((bool)getProperty (Ids::panelMidiSnapshotAfterLoad) == true)
321 {
322 _INF("Snapshot on load selected, sending now");
323 snapshot.sendSnapshot();
324 }
325}
326
327void CtrlrPanel::bootstrapPanel(const bool setInitialProgram)
328{

Callers

nothing calls this directly

Calls 1

sendSnapshotMethod · 0.45

Tested by

no test coverage detected