mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
incorporating new tempo map API
This commit is contained in:
parent
f67029bd02
commit
749a49c278
26 changed files with 234 additions and 293 deletions
|
|
@ -518,8 +518,8 @@ public:
|
|||
|
||||
virtual void mouse_add_new_tempo_event (Temporal::timepos_t where) = 0;
|
||||
virtual void mouse_add_new_meter_event (Temporal::timepos_t where) = 0;
|
||||
virtual void edit_tempo_section (ARDOUR::TempoSection*) = 0;
|
||||
virtual void edit_meter_section (ARDOUR::MeterSection*) = 0;
|
||||
virtual void edit_tempo_section (Temporal::TempoPoint*) = 0;
|
||||
virtual void edit_meter_section (Temporal::MeterPoint*) = 0;
|
||||
|
||||
virtual bool should_ripple () const = 0;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue