JACK: fix reported tempo & meter when functioning as JACK timebase master
TempoMap::metric_at() has a superclock_t variant that was being called with a samplepos_t value. Full check (and removal, hopefully) coming up.
This commit is contained in:
@@ -126,7 +126,7 @@ JACKSession::timebase_callback (jack_transport_state_t /*state*/,
|
||||
|
||||
/* BBT info */
|
||||
|
||||
TempoMetric metric (tempo_map->metric_at (tf));
|
||||
TempoMetric metric (tempo_map->metric_at (timepos_t (tf)));
|
||||
|
||||
try {
|
||||
bbt = tempo_map->bbt_at (timepos_t (tf));
|
||||
|
||||
Reference in New Issue
Block a user