summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-01-09 02:36:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-01-09 02:36:47 +0000
commitca2f505ec16f69ef1b5090e48b93f7ded6ae795a (patch)
treebfc484be20fa577b0e5754f1bac0c6a49e80db6c /gtk2_ardour/midi_time_axis.h
parentc115b3d71c47f5bac7fa59de3c97918e764658bd (diff)
lots of debug code still in place, but get a much improved structure for MIDI automation menus actually working. tweaks to follow
git-svn-id: svn://localhost/ardour2/branches/3.0@6470 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/midi_time_axis.h')
-rw-r--r--gtk2_ardour/midi_time_axis.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/midi_time_axis.h b/gtk2_ardour/midi_time_axis.h
index 2d2c012811..19446baaba 100644
--- a/gtk2_ardour/midi_time_axis.h
+++ b/gtk2_ardour/midi_time_axis.h
@@ -71,8 +71,6 @@ class MidiTimeAxisView : public RouteTimeAxisView
void show_all_automation ();
void show_existing_automation ();
- void add_cc_track ();
- void toggle_parameter_track (const Evoral::Parameter& param);
void create_automation_child (const Evoral::Parameter& param, bool show);
ARDOUR::NoteMode note_mode() const { return _note_mode; }
@@ -141,14 +139,16 @@ class MidiTimeAxisView : public RouteTimeAxisView
void set_default_channel (int);
void toggle_midi_thru ();
+ void change_all_channel_tracks_visibility (bool yn, Evoral::Parameter param);
void add_basic_parameter_menu_item (Gtk::Menu_Helpers::MenuList& items, const std::string& label, Evoral::Parameter param);
- bool _ignore_toggle_parameter;
+ void add_channel_command_menu_item (Gtk::Menu_Helpers::MenuList& items, const std::string& label, ARDOUR::AutomationType auto_type, uint8_t cmd);
typedef std::map<Evoral::Parameter,Gtk::CheckMenuItem*> ParameterMenuMap;
ParameterMenuMap parameter_menu_map;
Gtk::Menu* controller_menu;
void build_controller_menu ();
+ void set_channel_mode (ARDOUR::ChannelMode, uint16_t);
void add_note_selection (uint8_t note);
void extend_note_selection (uint8_t note);