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

Method Clear

Source/MultitrackRecorder.cpp:442–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442void MultitrackRecorderTrack::Clear()
443{
444 for (auto* recordChunk : mRecordChunks)
445 delete recordChunk;
446 mRecordChunks.clear();
447 mRecordingLength = 0;
448 MultitrackRecorderTrack::Poll();
449}
450
451void MultitrackRecorderTrack::FloatSliderUpdated(FloatSlider* slider, float oldVal, double time)
452{

Callers 2

ButtonClickedMethod · 0.45
SetRecordingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected