X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fsurfaces%2Fmackie%2Fstrip.h;h=9cce3d2b9215dc0232e2c1667a0f7447727e6b15;hb=4c13018656b2c655025c733a4056b53c3a93e941;hp=b20f766bd670a5bad7f525180aa49caac0e189ca;hpb=69b4228176e37aac70e1928c2df76806a4b0598a;p=ardour.git diff --git a/libs/surfaces/mackie/strip.h b/libs/surfaces/mackie/strip.h index b20f766bd6..9cce3d2b92 100644 --- a/libs/surfaces/mackie/strip.h +++ b/libs/surfaces/mackie/strip.h @@ -77,7 +77,7 @@ public: void zero (); - void potmode_changed (bool notify=false); + void flip_mode_changed (); void subview_mode_changed (); void lock_controls (); @@ -122,14 +122,11 @@ private: int eq_band; ARDOUR::AutomationType _pan_mode; - ARDOUR::AutomationType _trim_mode; - ARDOUR::AutomationType vpot_parameter; float _last_gain_position_written; float _last_pan_azi_position_written; float _last_pan_width_position_written; float _last_trim_position_written; - uint32_t _current_send; void notify_solo_changed (); void notify_mute_changed (); @@ -140,8 +137,6 @@ private: void notify_panner_width_changed (bool force_update = true); void notify_active_changed (); void notify_route_deleted (); - void notify_trim_changed (bool force_update = true); - void notify_phase_changed (bool force_update = true); void notify_processor_changed (bool force_update = true); void update_automation (); void update_meter (); @@ -150,6 +145,7 @@ private: boost::shared_ptr mb_pan_controllable; void return_to_vpot_mode_display (); + void next_pot_mode (); void do_parameter_display (ARDOUR::AutomationType, float val); void select_event (Button&, ButtonState); @@ -158,7 +154,6 @@ private: std::vector possible_pot_parameters; std::vector possible_trim_parameters; - void next_pot_mode (); void set_vpot_parameter (ARDOUR::AutomationType); void show_route_name (); @@ -166,9 +161,6 @@ private: bool is_midi_track () const; - typedef std::map ControlParameterMap; - ControlParameterMap control_by_parameter; - void notify_eq_change (ARDOUR::AutomationType, uint32_t band, bool force); void setup_eq_vpot (boost::shared_ptr);