Remove internal edit mode and add "content" tool.
[ardour.git] / gtk2_ardour / midi_time_axis.h
1 /*
2     Copyright (C) 2006 Paul Davis
3
4     This program is free software; you can redistribute it and/or modify
5     it under the terms of the GNU General Public License as published by
6     the Free Software Foundation; either version 2 of the License, or
7     (at your option) any later version.
8
9     This program is distributed in the hope that it will be useful,
10     but WITHOUT ANY WARRANTY; without even the implied warranty of
11     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12     GNU General Public License for more details.
13
14     You should have received a copy of the GNU General Public License
15     along with this program; if not, write to the Free Software
16     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 */
18
19 #ifndef __ardour_midi_time_axis_h__
20 #define __ardour_midi_time_axis_h__
21
22 #include <gtkmm/table.h>
23 #include <gtkmm/button.h>
24 #include <gtkmm/box.h>
25 #include <gtkmm/menu.h>
26 #include <gtkmm/menuitem.h>
27 #include <gtkmm/radiomenuitem.h>
28 #include <gtkmm/checkmenuitem.h>
29
30 #include <gtkmm2ext/selector.h>
31 #include <list>
32
33 #include "ardour/types.h"
34 #include "ardour/region.h"
35
36 #include "ardour_dialog.h"
37 #include "ardour_dropdown.h"
38 #include "route_ui.h"
39 #include "enums.h"
40 #include "route_time_axis.h"
41 #include "midi_streamview.h"
42
43 namespace MIDI {
44 namespace Name {
45 class MasterDeviceNames;
46 class CustomDeviceMode;
47 }
48 }
49
50 namespace ARDOUR {
51         class Session;
52         class RouteGroup;
53         class Processor;
54         class Location;
55         class MidiPlaylist;
56 }
57
58 class PublicEditor;
59 class MidiStreamView;
60 class MidiScroomer;
61 class PianoRollHeader;
62 class StepEntry;
63 class StepEditor;
64 class MidiChannelSelectorWindow;
65
66 class MidiTimeAxisView : public RouteTimeAxisView
67 {
68         public:
69         MidiTimeAxisView (PublicEditor&, ARDOUR::Session*, ArdourCanvas::Canvas& canvas);
70         virtual ~MidiTimeAxisView ();
71
72         void set_route (boost::shared_ptr<ARDOUR::Route>);
73
74         MidiStreamView* midi_view();
75
76         void set_height (uint32_t);
77
78         boost::shared_ptr<ARDOUR::MidiRegion> add_region (ARDOUR::framepos_t, ARDOUR::framecnt_t, bool);
79
80         void show_all_automation (bool apply_to_selection = false);
81         void show_existing_automation (bool apply_to_selection = false);
82         void create_automation_child (const Evoral::Parameter& param, bool show);
83
84         ARDOUR::NoteMode  note_mode() const { return _note_mode; }
85         ARDOUR::ColorMode color_mode() const { return _color_mode; }
86
87         boost::shared_ptr<MIDI::Name::MasterDeviceNames> get_device_names();
88         boost::shared_ptr<MIDI::Name::CustomDeviceMode> get_device_mode();
89
90         void update_range();
91
92         Gtk::CheckMenuItem* automation_child_menu_item (Evoral::Parameter);
93
94         StepEditor* step_editor() { return _step_editor; }
95         void check_step_edit ();
96
97         void first_idle ();
98
99         uint8_t get_channel_for_add () const;
100
101         protected:
102         void start_step_editing ();
103         void stop_step_editing ();
104
105         private:
106         sigc::signal<void, std::string, std::string>  _midi_patch_settings_changed;
107
108         void model_changed(const std::string& model);
109         void custom_device_mode_changed(const std::string& mode);
110
111         void append_extra_display_menu_items ();
112         void build_automation_action_menu (bool);
113         Gtk::Menu* build_note_mode_menu();
114         Gtk::Menu* build_color_mode_menu();
115
116         void set_note_mode (ARDOUR::NoteMode mode, bool apply_to_selection = false);
117         void set_color_mode (ARDOUR::ColorMode, bool force = false, bool redisplay = true, bool apply_to_selection = false);
118         void set_note_range (MidiStreamView::VisibleNoteRange range, bool apply_to_selection = false);
119
120         void route_active_changed ();
121         void note_range_changed ();
122         void contents_height_changed ();
123
124         bool                         _ignore_signals;
125         MidiScroomer*                _range_scroomer;
126         PianoRollHeader*             _piano_roll_header;
127         ARDOUR::NoteMode             _note_mode;
128         Gtk::RadioMenuItem*          _note_mode_item;
129         Gtk::RadioMenuItem*          _percussion_mode_item;
130         ARDOUR::ColorMode            _color_mode;
131         Gtk::RadioMenuItem*          _meter_color_mode_item;
132         Gtk::RadioMenuItem*          _channel_color_mode_item;
133         Gtk::RadioMenuItem*          _track_color_mode_item;
134         Gtk::Label                   _playback_channel_status;
135         Gtk::Label                   _capture_channel_status;
136         Gtk::HBox                    _channel_status_box;
137         Gtk::VBox                    _midi_controls_box;
138         MidiChannelSelectorWindow*   _channel_selector;
139         ArdourDropdown               _midnam_model_selector;
140         ArdourDropdown               _midnam_custom_device_mode_selector;
141
142         Gtk::CheckMenuItem*          _step_edit_item;
143         Gtk::Menu*                    default_channel_menu;
144
145         void change_all_channel_tracks_visibility (bool yn, Evoral::Parameter param);
146         void add_basic_parameter_menu_item (Gtk::Menu_Helpers::MenuList& items, const std::string& label, Evoral::Parameter param);
147         void add_channel_command_menu_item (Gtk::Menu_Helpers::MenuList& items, const std::string& label, ARDOUR::AutomationType auto_type, uint8_t cmd);
148
149         Gtk::Menu* controller_menu;
150
151         void add_single_channel_controller_item (Gtk::Menu_Helpers::MenuList& ctl_items, int ctl, const std::string& name);
152         void add_multi_channel_controller_item (Gtk::Menu_Helpers::MenuList& ctl_items, int ctl, const std::string& name);
153         void build_controller_menu ();
154         void toggle_channel_selector ();
155         void channel_selector_hidden ();
156         void set_channel_mode (ARDOUR::ChannelMode, uint16_t);
157
158         void set_note_selection (uint8_t note);
159         void add_note_selection (uint8_t note);
160         void extend_note_selection (uint8_t note);
161         void toggle_note_selection (uint8_t note);
162         void set_note_selection_region_view (RegionView* rv, uint8_t note, uint16_t chn_mask);
163         void add_note_selection_region_view (RegionView* rv, uint8_t note, uint16_t chn_mask);
164         void extend_note_selection_region_view (RegionView*, uint8_t note, uint16_t chn_mask);
165         void toggle_note_selection_region_view (RegionView*, uint8_t note, uint16_t chn_mask);
166
167         void ensure_step_editor ();
168
169         /** parameter -> menu item map for the channel command items */
170         ParameterMenuMap _channel_command_menu_map;
171         /** parameter -> menu item map for the controller menu */
172         ParameterMenuMap _controller_menu_map;
173
174         StepEditor* _step_editor;
175
176         void capture_channel_mode_changed();
177         void playback_channel_mode_changed();
178 };
179
180 #endif /* __ardour_midi_time_axis_h__ */