MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / CheckboxUpdated

Method CheckboxUpdated

Source/MultitrackRecorder.cpp:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void MultitrackRecorder::CheckboxUpdated(Checkbox* checkbox, double time)
175{
176 if (checkbox == mRecordCheckbox)
177 {
178 for (auto* track : mTracks)
179 track->SetRecording(mRecord);
180 }
181}
182
183void MultitrackRecorder::SaveLayout(ofxJSONElement& moduleInfo)
184{

Callers

nothing calls this directly

Calls 1

SetRecordingMethod · 0.45

Tested by

no test coverage detected