mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
another day of slow timeline type conversion
This commit is contained in:
parent
db8b054543
commit
04e8dbb342
20 changed files with 138 additions and 99 deletions
|
|
@ -104,7 +104,7 @@ public:
|
|||
void foreach_selected_regionview (sigc::slot<void,RegionView*> slot);
|
||||
|
||||
void set_selected_regionviews (RegionSelection&);
|
||||
void get_selectables (ARDOUR::samplepos_t, ARDOUR::samplepos_t, double, double, std::list<Selectable* >&, bool within = false);
|
||||
void get_selectables (Temporal::timepos_t const &, Temporal::timepos_t const &, double, double, std::list<Selectable* >&, bool within = false);
|
||||
void get_inverted_selectables (Selection&, std::list<Selectable* >& results);
|
||||
void get_regionviews_at_or_after (ARDOUR::samplepos_t, RegionSelection&);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue