auditioner always runs at normal speed, independent of transport speed
[ardour.git] / gtk2_ardour / midi_time_axis.h
index fa6102c3609ff114d794aebd8bd29028207119a3..cbfc816c27e539c317e64e7c07a9cb7dc84b6d91 100644 (file)
 #include <gtkmm/radiomenuitem.h>
 #include <gtkmm/checkmenuitem.h>
 
-#include "gtkmm2ext/selector.h"
-
 #include "ardour/types.h"
 #include "ardour/region.h"
 
+#include "widgets/ardour_dropdown.h"
+
 #include "ardour_dialog.h"
-#include "ardour_dropdown.h"
 #include "route_ui.h"
 #include "enums.h"
 #include "route_time_axis.h"
@@ -45,6 +44,7 @@ namespace MIDI {
 namespace Name {
 class MasterDeviceNames;
 class CustomDeviceMode;
+struct PatchPrimaryKey;
 }
 }
 
@@ -82,7 +82,7 @@ public:
 
        void set_height (uint32_t, TrackHeightMode m = OnlySelf);
 
-       boost::shared_ptr<ARDOUR::MidiRegion> add_region (ARDOUR::framepos_t, ARDOUR::framecnt_t, bool, const int32_t sub_num);
+       boost::shared_ptr<ARDOUR::MidiRegion> add_region (ARDOUR::framepos_t, ARDOUR::framecnt_t, bool);
 
        void show_all_automation (bool apply_to_selection = false);
        void show_existing_automation (bool apply_to_selection = false);
@@ -113,10 +113,18 @@ public:
 protected:
        void start_step_editing ();
        void stop_step_editing ();
+       void processors_changed (ARDOUR::RouteProcessorChange);
 
 private:
        sigc::signal<void, std::string, std::string>  _midi_patch_settings_changed;
 
+       void setup_midnam_patches ();
+       void update_patch_selector ();
+
+       void start_scroomer_update ();
+       void stop_scroomer_update ();
+       sigc::connection _note_range_changed_connection;
+
        void model_changed(const std::string& model);
        void custom_device_mode_changed(const std::string& mode);
 
@@ -128,30 +136,26 @@ private:
        void set_note_mode (ARDOUR::NoteMode mode, bool apply_to_selection = false);
        void set_color_mode (ARDOUR::ColorMode, bool force = false, bool redisplay = true, bool apply_to_selection = false);
        void set_note_range (MidiStreamView::VisibleNoteRange range, bool apply_to_selection = false);
-
        void route_active_changed ();
        void note_range_changed ();
        void contents_height_changed ();
 
        void update_control_names ();
 
-       bool                         _ignore_signals;
-       MidiScroomer*                _range_scroomer;
-       PianoRollHeader*             _piano_roll_header;
-       ARDOUR::NoteMode             _note_mode;
-       Gtk::RadioMenuItem*          _note_mode_item;
-       Gtk::RadioMenuItem*          _percussion_mode_item;
-       ARDOUR::ColorMode            _color_mode;
-       Gtk::RadioMenuItem*          _meter_color_mode_item;
-       Gtk::RadioMenuItem*          _channel_color_mode_item;
-       Gtk::RadioMenuItem*          _track_color_mode_item;
-       Gtk::Label                   _playback_channel_status;
-       Gtk::Label                   _capture_channel_status;
-       Gtk::HBox                    _channel_status_box;
-       Gtk::VBox                    _midi_controls_box;
-       MidiChannelSelectorWindow*   _channel_selector;
-       ArdourDropdown               _midnam_model_selector;
-       ArdourDropdown               _midnam_custom_device_mode_selector;
+       bool                          _ignore_signals;
+       MidiScroomer*                 _range_scroomer;
+       PianoRollHeader*              _piano_roll_header;
+       ARDOUR::NoteMode              _note_mode;
+       Gtk::RadioMenuItem*           _note_mode_item;
+       Gtk::RadioMenuItem*           _percussion_mode_item;
+       ARDOUR::ColorMode             _color_mode;
+       Gtk::RadioMenuItem*           _meter_color_mode_item;
+       Gtk::RadioMenuItem*           _channel_color_mode_item;
+       Gtk::RadioMenuItem*           _track_color_mode_item;
+       Gtk::VBox                     _midi_controls_box;
+       MidiChannelSelectorWindow*    _channel_selector;
+       ArdourWidgets::ArdourDropdown _midnam_model_selector;
+       ArdourWidgets::ArdourDropdown _midnam_custom_device_mode_selector;
 
        Gtk::CheckMenuItem*          _step_edit_item;
        Gtk::Menu*                    default_channel_menu;
@@ -161,6 +165,7 @@ private:
        void add_channel_command_menu_item (Gtk::Menu_Helpers::MenuList& items, const std::string& label, ARDOUR::AutomationType auto_type, uint8_t cmd);
 
        Gtk::Menu* controller_menu;
+       Gtk::Menu* poly_pressure_menu;
 
        void add_single_channel_controller_item (Gtk::Menu_Helpers::MenuList& ctl_items, int ctl, const std::string& name);
        void add_multi_channel_controller_item (Gtk::Menu_Helpers::MenuList& ctl_items, int ctl, const std::string& name);
@@ -188,8 +193,7 @@ private:
 
        StepEditor* _step_editor;
 
-       void capture_channel_mode_changed();
-       void playback_channel_mode_changed();
+       void immediate_patch_chnage_response (int response);
 };
 
 #endif /* __ardour_midi_time_axis_h__ */