| 181 | } |
| 182 | |
| 183 | void MultitrackRecorder::SaveLayout(ofxJSONElement& moduleInfo) |
| 184 | { |
| 185 | moduleInfo["modules"] = mModuleContainer.WriteModules(); |
| 186 | } |
| 187 | |
| 188 | void MultitrackRecorder::LoadLayout(const ofxJSONElement& moduleInfo) |
| 189 | { |
nothing calls this directly
no test coverage detected