no more BBT_Time round/round_up methods (GUI edition)

This commit is contained in:
Paul Davis 2025-08-19 07:59:23 -06:00
parent f0111bcea5
commit 66dde32a1b
3 changed files with 5 additions and 11 deletions

View file

@ -46,7 +46,7 @@ BBTMarkerDialog::BBTMarkerDialog (MusicTimePoint& p)
: ArdourDialog (_("Edit Music Time"))
, _point (&p)
, _position (timepos_t::from_superclock (p.sclock()))
, _bbt (TempoMap::use()->bbt_at (_position).round_to_beat ())
, _bbt (TempoMap::use()->meter_at (_position).round_to_beat (TempoMap::use()->bbt_at (_position)))
, bar_label (_("Bar"))
, beat_label (_("Beat"))
, name_label (_("Name"))