| 202 | } |
| 203 | |
| 204 | void Rewriter::LoadLayout(const ofxJSONElement& moduleInfo) |
| 205 | { |
| 206 | mModuleSaveData.LoadString("target", moduleInfo); |
| 207 | |
| 208 | mModuleSaveData.LoadString("looper", moduleInfo, "", FillDropdown<Looper*>); |
| 209 | |
| 210 | SetUpFromSaveData(); |
| 211 | } |
| 212 | |
| 213 | void Rewriter::SaveLayout(ofxJSONElement& moduleInfo) |
| 214 | { |
nothing calls this directly
no test coverage detected