Return from Free Record Mode when recording is stopped

main
Georg Krause 2019-06-06 15:21:23 +02:00
parent 1574a000f2
commit b1dacce730
1 changed files with 3 additions and 0 deletions

View File

@ -525,6 +525,9 @@ void LooperClip::processFreeRec() {
jack->getTimeManager()->setFpb(_recFpb);
jack->getTimeManager()->setTransportState(TRANSPORT_ROLLING);
queuePlay();
EventFreeRecordMode e = EventFreeRecordMode(false);
writeToGuiRingbuffer(&e);
}
#ifdef BUILD_TESTS