mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Remove old "user" API, use consistent get/set_double()
This commit is contained in:
parent
09e8ba00c2
commit
ca49bc00f0
1 changed files with 0 additions and 8 deletions
|
|
@ -55,14 +55,6 @@ public:
|
||||||
virtual ~Control() {}
|
virtual ~Control() {}
|
||||||
|
|
||||||
virtual void set_double (double val, Temporal::timepos_t const & when = Temporal::timepos_t (), bool to_list = false);
|
virtual void set_double (double val, Temporal::timepos_t const & when = Temporal::timepos_t (), bool to_list = false);
|
||||||
|
|
||||||
/** Get the latest user-set value
|
|
||||||
* (which may not equal get_value() when automation is playing back).
|
|
||||||
*
|
|
||||||
* Automation write/touch works by periodically sampling this value
|
|
||||||
* and adding it to the ControlList.
|
|
||||||
*/
|
|
||||||
double user_double() const { return _user_value; }
|
|
||||||
virtual double get_double () const { return _user_value; }
|
virtual double get_double () const { return _user_value; }
|
||||||
|
|
||||||
void set_list(boost::shared_ptr<ControlList>);
|
void set_list(boost::shared_ptr<ControlList>);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue