mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
no more BBT_Time round/round_up methods (GUI edition)
This commit is contained in:
parent
f0111bcea5
commit
66dde32a1b
3 changed files with 5 additions and 11 deletions
|
|
@ -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"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue