summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.h
diff options
context:
space:
mode:
authorHans Baier <hansfbaier@googlemail.com>2008-04-21 09:39:05 +0000
committerHans Baier <hansfbaier@googlemail.com>2008-04-21 09:39:05 +0000
commitf31abc5eaf30ea9ed099279cbc2b7c41c131acd6 (patch)
tree1135298690fd1feb273ed8c0259d0e479cb51182 /gtk2_ardour/midi_time_axis.h
parente8c2b6f371b1d01f208bce8f831a82f9668f3e60 (diff)
* UI fixes for track channel selection
* implemented 'forcing midi events into a single channel' * see http://www.flickr.com/photos/24012642@N02/2430165889/ git-svn-id: svn://localhost/ardour2/branches/3.0@3273 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_time_axis.h')
-rw-r--r--gtk2_ardour/midi_time_axis.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/gtk2_ardour/midi_time_axis.h b/gtk2_ardour/midi_time_axis.h
index 0702fb65f9..98cc5bb0b7 100644
--- a/gtk2_ardour/midi_time_axis.h
+++ b/gtk2_ardour/midi_time_axis.h
@@ -74,8 +74,12 @@ class MidiTimeAxisView : public RouteTimeAxisView
void update_range();
- sigc::signal<void, uint16_t>& signal_channel_selection_changed() { return _channel_selector.selection_changed; }
-
+ sigc::signal<void, uint16_t>& signal_channel_selection_changed()
+ { return _channel_selector.selection_changed; }
+
+ sigc::signal<void, int8_t>& signal_force_channel_changed()
+ { return _channel_selector.force_channel_changed; }
+
private:
void append_extra_display_menu_items ();