| 316 | } |
| 317 | |
| 318 | void 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 | |
| 327 | void CtrlrPanel::bootstrapPanel(const bool setInitialProgram) |
| 328 | { |
nothing calls this directly
no test coverage detected