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