Home
last modified time | relevance | path

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

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dtempo.cc907 corrected.first = beat_at_bbt_locked (_metrics, corrected.second); in do_insert()
1205 …MeterSection* new_meter = new MeterSection (pulse, time_minutes, beat_at_bbt_locked (_metrics, bbt… in add_meter_locked()
2004 return beat_at_bbt_locked (_metrics, bbt); in beat_at_bbt()
2009 TempoMap::beat_at_bbt_locked (const Metrics& metrics, const Timecode::BBT_Time& bbt) const in beat_at_bbt_locked() function in TempoMap
2393 const double ret = minute_at_beat_locked (metrics, beat_at_bbt_locked (metrics, bbt)); in minute_at_bbt_locked()
3169 const double beat = beat_at_bbt_locked (future_map, bbt); in predict_tempo_position()
4917 …double divisions_per_bar = meter_section_at_beat (beat_at_bbt_locked (_metrics, BBT_Time (pos_bbt.… in samplepos_plus_bbt()
4920 …divisions_per_bar = meter_section_at_beat (beat_at_bbt_locked (_metrics, BBT_Time (pos_bbt.bars + … in samplepos_plus_bbt()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dtempo.h563 double beat_at_bbt_locked (const Metrics& metrics, const Timecode::BBT_Time& bbt) const ;