| 252 | } |
| 253 | |
| 254 | void Vocoder::LoadLayout(const ofxJSONElement& moduleInfo) |
| 255 | { |
| 256 | mModuleSaveData.LoadString("target", moduleInfo); |
| 257 | |
| 258 | SetUpFromSaveData(); |
| 259 | } |
| 260 | |
| 261 | void Vocoder::SetUpFromSaveData() |
| 262 | { |
nothing calls this directly
no test coverage detected