summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-05-28 21:39:12 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-05-28 21:39:12 +0000
commita04b1fee6a33b2b04d405c959c59be90e94d974e (patch)
tree5cafeea426956ded9a01bcea7769a009d909faf7 /gtk2_ardour/midi_time_axis.h
parent60ec5dd33946d0500ae00730caa672bb45292a0b (diff)
heavy-handed and crude way to stop WM-stolen-alt keys from causing MidiRegionView from losing track of SelectTouchDraggingMode (may not be optimal or in the right place, but it works for now); add primary-click-on-MRV-blank-space and tertiary-click-on-MRV-blank-space to select all notes above or below the click, using recently committed methods for Sequence
git-svn-id: svn://localhost/ardour2/branches/3.0@7192 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_time_axis.h')
-rw-r--r--gtk2_ardour/midi_time_axis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/midi_time_axis.h b/gtk2_ardour/midi_time_axis.h
index e965e09403..aeb7ff150e 100644
--- a/gtk2_ardour/midi_time_axis.h
+++ b/gtk2_ardour/midi_time_axis.h
@@ -91,6 +91,8 @@ class MidiTimeAxisView : public RouteTimeAxisView
void check_step_edit ();
void step_edit_rest ();
+ const MidiMultipleChannelSelector& channel_selector() { return _channel_selector; }
+
private:
sigc::signal<void, std::string, std::string> _midi_patch_settings_changed;