mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +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
|
|
@ -192,7 +192,7 @@ class MidiRegionView : public RegionView
|
|||
size_t selection_size() { return _selection.size(); }
|
||||
|
||||
void move_selection(double dx, double dy);
|
||||
void note_dropped(ArdourCanvas::CanvasNoteEvent* ev, double d_pixels, uint8_t d_note);
|
||||
void note_dropped(ArdourCanvas::CanvasNoteEvent* ev, double d_pixels, int8_t d_note);
|
||||
|
||||
/** Return true iff the note is within the extent of the region.
|
||||
* @param visible will be set to true if the note is within the visible note range, false otherwise.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue