mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Snap new automation points on audio lanes (part of #4297).
git-svn-id: svn://localhost/ardour2/branches/3.0@10570 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ef4ac379a3
commit
28123e436d
4 changed files with 8 additions and 4 deletions
|
|
@ -72,7 +72,7 @@ class AutomationTimeAxisView : public TimeAxisView {
|
|||
void set_samples_per_unit (double);
|
||||
std::string name() const { return _name; }
|
||||
|
||||
void add_automation_event (ArdourCanvas::Item *item, GdkEvent *event, framepos_t, double);
|
||||
void add_automation_event (GdkEvent *, framepos_t, double);
|
||||
|
||||
void clear_lines ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue