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