mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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
|
||||
* of encoder rotation.
|
||||
*/
|
||||
static const double encoder_divisor = 24.0;
|
||||
static const double encoder_divider = 24.0;
|
||||
|
||||
void
|
||||
FaderPort::left ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue