mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
time line items now have 64 bit location + duration; start making note resize apply across regions
git-svn-id: svn://localhost/ardour2/branches/3.0@5642 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1bf79fa885
commit
5328a114c9
14 changed files with 90 additions and 52 deletions
|
|
@ -65,7 +65,7 @@ public:
|
|||
|
||||
protected:
|
||||
void create_line(boost::shared_ptr<ARDOUR::AutomationList> list);
|
||||
bool set_position(nframes_t pos, void* src, double* ignored);
|
||||
bool set_position(nframes64_t pos, void* src, double* ignored);
|
||||
void region_resized(ARDOUR::Change what_changed);
|
||||
bool canvas_event(GdkEvent* ev);
|
||||
void add_automation_event (GdkEvent* event, nframes_t when, double y);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue