mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
provide some numerical data during automation trim (range) drags, and correct computation of y-fraction for such drags
git-svn-id: svn://localhost/ardour2/branches/3.0@13011 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cf49671ab4
commit
e89bdcd9eb
4 changed files with 76 additions and 6 deletions
|
|
@ -113,7 +113,9 @@ class AutomationLine : public sigc::trackable, public PBD::StatefulDestructible
|
|||
ArdourCanvas::Item& grab_item() const { return *line; }
|
||||
|
||||
std::string get_verbose_cursor_string (double) const;
|
||||
std::string get_verbose_cursor_relative_string (double, double) const;
|
||||
std::string fraction_to_string (double) const;
|
||||
std::string fraction_to_relative_string (double, double) const;
|
||||
double string_to_fraction (std::string const &) const;
|
||||
void view_to_model_coord (double& x, double& y) const;
|
||||
void view_to_model_coord_y (double &) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue