mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
continued work on timeline types conversion. in theory, just editor_ops.cc remains
This commit is contained in:
parent
aa56f4a16e
commit
2a08e4bdaa
46 changed files with 364 additions and 348 deletions
|
|
@ -33,8 +33,8 @@ public:
|
|||
bool move_glued_markers () const;
|
||||
bool move_locked_markers () const;
|
||||
bool move_tempos () const;
|
||||
samplepos_t position () const;
|
||||
samplepos_t distance () const;
|
||||
Temporal::timepos_t position () const;
|
||||
Temporal::timecnt_t distance () const;
|
||||
|
||||
private:
|
||||
void move_markers_toggled ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue