mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
copy edit comment
git-svn-id: svn://localhost/ardour2/branches/3.0@7797 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
0ed7a99dd5
commit
d05a3f7305
1 changed files with 6 additions and 3 deletions
|
|
@ -3699,9 +3699,12 @@ NoteDrag::total_dy () const
|
|||
}
|
||||
}
|
||||
|
||||
return -ndy; /* larger = higher, which is the inverse of the X-centric geometric universe */
|
||||
}
|
||||
|
||||
/* more positive value = higher pitch and higher y-axis position on track,
|
||||
which is the inverse of the X-centric geometric universe
|
||||
*/
|
||||
|
||||
return -ndy;
|
||||
}
|
||||
|
||||
void
|
||||
NoteDrag::motion (GdkEvent *, bool)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue