Add a FIXME note (MClk when vari-speeding from stop)

This commit is contained in:
Robin Gareus
2025-11-11 01:59:37 +01:00
parent 04d3206976
commit 8085627173

View File

@@ -100,7 +100,7 @@ MidiClockTicker::tick (samplepos_t start_sample, samplepos_t end_sample, pframes
*/
if (pre_roll > 0 && pre_roll >= _mclk_out_latency.max && pre_roll < _mclk_out_latency.max + n_samples) {
assert (!_rolling);
assert (!_rolling); // FIXME this tiggers when grabbing the shuttle while not rolling
pframes_t pos = pre_roll - _mclk_out_latency.max;
_next_tick = one_ppqn_in_samples (0) - _mclk_out_latency.max;