Start/end touch for generic-UI knob and proc-box inline ctrls

This commit is contained in:
Robin Gareus 2017-07-23 19:44:45 +02:00
parent 183351f333
commit 25df9f1ba5
3 changed files with 28 additions and 0 deletions

View file

@ -223,6 +223,9 @@ private:
std::string state_id () const;
void set_tooltip ();
void start_touch ();
void end_touch ();
boost::weak_ptr<ARDOUR::AutomationControl> _control;
/* things for a slider */
Gtk::Adjustment _adjustment;