Update region_ops.txt to match current behaviour, and fix a couple of comments.
[ardour.git] / gtk2_ardour / midi_time_axis.h
index e5fccd8c2f4abb15df8df6a9fa29bd63650fd347..25e89fc2e08e47ff922c8d1b3eeb260d87ab9f70 100644 (file)
@@ -134,7 +134,11 @@ class MidiTimeAxisView : public RouteTimeAxisView
        Gtk::RadioMenuItem*          _meter_color_mode_item;
        Gtk::RadioMenuItem*          _channel_color_mode_item;
        Gtk::RadioMenuItem*          _track_color_mode_item;
-       Gtk::Table                   _midi_controls_box;
+        Gtk::Label                   _playback_channel_status;
+        Gtk::Label                   _capture_channel_status;
+       Gtk::HBox                    _channel_status_box;
+        Gtk::Button                  _channel_selector_button;
+       Gtk::VBox                    _midi_controls_box;
        MidiChannelSelectorWindow*   _channel_selector;
        Gtk::ComboBoxText            _midnam_model_selector;
        Gtk::ComboBoxText            _midnam_custom_device_mode_selector;
@@ -172,6 +176,9 @@ class MidiTimeAxisView : public RouteTimeAxisView
        ParameterMenuMap _controller_menu_map;
 
        StepEditor* _step_editor;
+
+        void capture_channel_mode_changed();
+        void playback_channel_mode_changed();
 };
 
 #endif /* __ardour_midi_time_axis_h__ */