mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
temporal: implement (maybe) cut-copy for tempo map
This commit is contained in:
parent
f7ba9af6b2
commit
a8424e8617
2 changed files with 70 additions and 12 deletions
|
|
@ -1133,6 +1133,7 @@ class /*LIBTEMPORAL_API*/ TempoMap : public PBD::StatefulDestructible
|
|||
|
||||
bool core_remove_meter (MeterPoint const &);
|
||||
bool core_remove_tempo (TempoPoint const &);
|
||||
bool core_remove_bartime (MusicTimePoint const &);
|
||||
|
||||
void reset_section (Points::iterator& begin, Points::iterator& end, superclock_t, TempoMetric& metric);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue