mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Start/end touch for generic-UI knob and proc-box inline ctrls
This commit is contained in:
parent
183351f333
commit
25df9f1ba5
3 changed files with 28 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue