mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
RT-safe jack transport time-master
Prefer a try-lock, instead of locking the tempo-map.
This commit is contained in:
parent
ad8eb4d05b
commit
481cf37052
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ JACKSession::timebase_callback (jack_transport_state_t /*state*/,
|
|||
TempoMetric metric (tempo_map.metric_at (tf));
|
||||
|
||||
try {
|
||||
bbt = tempo_map.bbt_at_sample (tf);
|
||||
bbt = tempo_map.bbt_at_sample_rt (tf);
|
||||
|
||||
pos->bar = bbt.bars;
|
||||
pos->beat = bbt.beats;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue