mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +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
|
|
@ -3142,7 +3142,7 @@ MeterMarkerDrag::motion (GdkEvent* event, bool first_move)
|
|||
} else {
|
||||
_editor->begin_reversible_command (_("copy meter mark"));
|
||||
|
||||
Timecode::BBT_Time bbt = _real_section->bbt();
|
||||
Temporal::BBT_Time bbt = _real_section->bbt();
|
||||
|
||||
/* we can't add a meter where one currently exists */
|
||||
if (_real_section->sample() < adjusted_current_sample (event, false)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue