mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
Add PanControllable::get_user_string() (provide indirect access to Panner::value_as_string(); make ::get_user_string() use a const arg everywhere
This commit is contained in:
parent
8346fab567
commit
534b2de35b
15 changed files with 19 additions and 13 deletions
|
|
@ -57,7 +57,7 @@ public:
|
|||
void set_azimuth_elevation (double azimuth, double elevation);
|
||||
|
||||
std::string describe_parameter (Evoral::Parameter);
|
||||
std::string value_as_string (boost::shared_ptr<AutomationControl>) const;
|
||||
std::string value_as_string (boost::shared_ptr<const AutomationControl>) const;
|
||||
|
||||
XMLNode& get_state ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue