mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
change Timecode::BBT_Time to use Temporal namespace, plus a couple of other minor changes to enable compilation
This still uses the tempo map object in libs/ardour, not the new one in libs/temporal, and isn't likely to be functional (though it could be)
This commit is contained in:
parent
9abf90c9d5
commit
f4490f54c5
40 changed files with 356 additions and 184 deletions
|
|
@ -79,7 +79,7 @@ QuantizeDialog::QuantizeDialog (PublicEditor& e)
|
|||
, swing_adjustment (100.0, -130.0, 130.0, 1.0, 10.0)
|
||||
, swing_spinner (swing_adjustment)
|
||||
, swing_button (_("Swing"))
|
||||
, threshold_adjustment (0.0, -Timecode::BBT_Time::ticks_per_beat, Timecode::BBT_Time::ticks_per_beat, 1.0, 10.0)
|
||||
, threshold_adjustment (0.0, -Temporal::ticks_per_beat, Temporal::ticks_per_beat, 1.0, 10.0)
|
||||
, threshold_spinner (threshold_adjustment)
|
||||
, threshold_label (_("Threshold (ticks)"))
|
||||
, snap_start_button (_("Snap note start"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue