summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_region_view.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-09-15 16:16:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-09-15 16:16:37 +0000
commit5f948f6961c948831e259c06de9821369d46f794 (patch)
treed51d22e8f877f231dc66c45b5ab1a7433d57b282 /gtk2_ardour/midi_region_view.h
parent3b8d6d3b56087b0e2494003f5ad9033519efdb53 (diff)
(optionally) play note(s) as they are moved around on the pitch axis (finishes #3446)
git-svn-id: svn://localhost/ardour2/branches/3.0@7782 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, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/midi_region_view.h b/gtk2_ardour/midi_region_view.h
index 9523937565..ce7b3082c1 100644
--- a/gtk2_ardour/midi_region_view.h
+++ b/gtk2_ardour/midi_region_view.h
@@ -303,7 +303,8 @@ 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.
*/