Enable tempo tapping while transport is stopped

main
Georg Krause 2019-06-13 07:37:19 +02:00
parent 2579937e7f
commit 4942d63860
1 changed files with 3 additions and 2 deletions

View File

@ -206,12 +206,13 @@ void TimeManager::process(Buffers* buffers)
//buffers->transportPosition->beats_per_bar = 4;
//buffers->transportPosition->beat_type = 4;
int nframes = buffers->nframes;
if ( transportState == TRANSPORT_STOPPED ) {
totalFrameCounter += nframes;
return;
}
int nframes = buffers->nframes;