mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
fix typo in variable name
This commit is contained in:
parent
0544e74fdf
commit
aaebeb3d2b
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ using namespace ArdourSurface;
|
||||||
/* this value is chosen to given smooth motion from 0..1.0 in about 270 degrees
|
/* this value is chosen to given smooth motion from 0..1.0 in about 270 degrees
|
||||||
* of encoder rotation.
|
* of encoder rotation.
|
||||||
*/
|
*/
|
||||||
static const double encoder_divisor = 24.0;
|
static const double encoder_divider = 24.0;
|
||||||
|
|
||||||
void
|
void
|
||||||
FaderPort::left ()
|
FaderPort::left ()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue