| 113 | } |
| 114 | |
| 115 | void MidiCapturer::LoadLayout(const ofxJSONElement& moduleInfo) |
| 116 | { |
| 117 | mModuleSaveData.LoadString("target", moduleInfo); |
| 118 | |
| 119 | SetUpFromSaveData(); |
| 120 | } |
| 121 | |
| 122 | void MidiCapturer::SetUpFromSaveData() |
| 123 | { |
nothing calls this directly
no test coverage detected