mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
ogg/flac support bits and pieces; fix up MIDI note dragging and front-edge trims; BROKEN IN PERCUSSIVE MODE FOR NOW
git-svn-id: svn://localhost/ardour2/branches/3.0@5745 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
77364b0e25
commit
aefcce1c99
24 changed files with 147 additions and 68 deletions
|
|
@ -73,7 +73,7 @@ public:
|
|||
bool selected() const { return _selected; }
|
||||
void selected(bool yn);
|
||||
|
||||
void move_event(double dx, double dy);
|
||||
virtual void move_event(double dx, double dy) = 0;
|
||||
|
||||
uint32_t base_color();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue