summaryrefslogtreecommitdiff
path: root/libs/surfaces/faderport
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-12-02 00:59:32 +0100
committerRobin Gareus <robin@gareus.org>2015-12-02 00:59:32 +0100
commitaaebeb3d2b2f287cd6fed15d6077dbc6dda6ede7 (patch)
tree708e9f35a3467c0ad4643a0fc8b0414a2063715e /libs/surfaces/faderport
parent0544e74fdf2fd702cfdd02bb8ef2893700aad023 (diff)
fix typo in variable name
Diffstat (limited to 'libs/surfaces/faderport')
-rw-r--r--libs/surfaces/faderport/operations.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/faderport/operations.cc b/libs/surfaces/faderport/operations.cc
index 9578bab024..e7f8284527 100644
--- a/libs/surfaces/faderport/operations.cc
+++ b/libs/surfaces/faderport/operations.cc
@@ -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 ()