We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cc281 commit 9a04764Copy full SHA for 9a04764
src/jack.c
@@ -133,10 +133,6 @@ jack_process_cb(jack_nframes_t nframes, void* data)
133
jalv->bpm = has_bbt ? pos.beats_per_minute : jalv->bpm;
134
jalv->rolling = rolling;
135
136
- if (xport_changed && has_bbt) {
137
- //printf("BPM CHANGED => %f <> %f\n", pos.beats_per_minute, jalv->bpm);
138
- }
139
-
140
switch (jalv->play_state) {
141
case JALV_PAUSE_REQUESTED:
142
jalv->play_state = JALV_PAUSED;
0 commit comments