Home
last modified time | relevance | path

Searched refs:bbt_at_minute_locked (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtempo.h560 Timecode::BBT_Time bbt_at_minute_locked (const Metrics& metrics, const double& minute) const;
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dtempo.cc2270 return bbt_at_minute_locked (_metrics, minute); in bbt_at_sample()
2284 return bbt_at_minute_locked (_metrics, minute); in bbt_at_sample_rt()
2288 TempoMap::bbt_at_minute_locked (const Metrics& metrics, const double& minute) const in bbt_at_minute_locked() function in TempoMap
3878 BBT_Time pos_bbt = bbt_at_minute_locked (_metrics, minute_at_sample (pos)); in bbt_duration_at()
4168 BBT_Time bbt = bbt_at_minute_locked (_metrics, minute_at_sample (lower)); in get_grid()