From aaebeb3d2b2f287cd6fed15d6077dbc6dda6ede7 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 2 Dec 2015 00:59:32 +0100 Subject: [PATCH] fix typo in variable name --- libs/surfaces/faderport/operations.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ()