summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-09-15 16:54:17 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-09-15 16:54:17 +0000
commit7eea9fac9d23cdb2a6b39c2fbd4b680fafb40a5c (patch)
tree5ad9cb4d1afd63e022d54280d8c47876015b4c31 /gtk2_ardour/midi_region_view.h
parent5f948f6961c948831e259c06de9821369d46f794 (diff)
cleaner version of previous commit
git-svn-id: svn://localhost/ardour2/branches/3.0@7783 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_region_view.h')
-rw-r--r--gtk2_ardour/midi_region_view.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h
index ce7b3082c1..b0cc505aee 100644
--- a/gtk2_ardour/midi_region_view.h
+++ b/gtk2_ardour/midi_region_view.h
@@ -199,7 +199,7 @@ class MidiRegionView : public RegionView
void delete_note (boost::shared_ptr<NoteType>);
size_t selection_size() { return _selection.size(); }
- void move_selection(double dx, double dy);
+ void move_selection(double dx, double dy, double cumulative_dy);
void note_dropped (ArdourCanvas::CanvasNoteEvent* ev, ARDOUR::frameoffset_t, int8_t d_note);
void select_matching_notes (uint8_t notenum, uint16_t channel_mask, bool add, bool extend);
@@ -303,7 +303,6 @@ class MidiRegionView : public RegionView
private:
friend class EditNoteDialog;
- friend class NoteDrag;
/** Play the NoteOn event of the given note immediately
* and schedule the playback of the corresponding NoteOff event.