mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
temporal: improve handling of MusicTimePoints and related matters
This commit is contained in:
parent
d48ee3df0e
commit
25dc926f24
2 changed files with 62 additions and 55 deletions
|
|
@ -890,13 +890,14 @@ class /*LIBTEMPORAL_API*/ TempoMap : public PBD::StatefulDestructible
|
|||
|
||||
TempoPoint* core_add_tempo (TempoPoint*, bool&);
|
||||
MeterPoint* core_add_meter (MeterPoint*, bool&);
|
||||
MusicTimePoint* core_add_bartime (MusicTimePoint*, bool&);
|
||||
void core_add_point (Point*);
|
||||
|
||||
MeterPoint & set_meter (Meter const &, superclock_t);
|
||||
|
||||
TempoPoint* add_tempo (TempoPoint*);
|
||||
MeterPoint* add_meter (MeterPoint*);
|
||||
MusicTimePoint* add_or_replace_bartime (MusicTimePoint &);
|
||||
MusicTimePoint* add_or_replace_bartime (MusicTimePoint*);
|
||||
|
||||
void add_point (Point &);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue