MCPcopy Create free account
hub / github.com/YCAMInterlab/Duration / startRecording

Method startRecording

Duration/src/DurationController.cpp:813–818  ·  view source on GitHub ↗

TODO: hook up to record button and make NO LOOP

Source from the content-addressed store, hash-verified

811//TODO: hook up to record button
812//and make NO LOOP
813void DurationController::startRecording(){
814 recordTimer.setStartTime();
815 recordTimeOffset = timeline.getCurrentTimeMillis();
816 //timeline.play();
817 startPlayback();
818}
819
820void DurationController::stopRecording(){
821

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected