From 7ee5c1632f9239d45b2ec2c6bc729fe60948d07a Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Thu, 7 Jan 2016 11:33:06 +0100 Subject: [PATCH] Set the default minimum velocity back to 1 --- linnstrument-firmware.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linnstrument-firmware.ino b/linnstrument-firmware.ino index cf5a069e..fb1c3070 100644 --- a/linnstrument-firmware.ino +++ b/linnstrument-firmware.ino @@ -204,7 +204,7 @@ const unsigned short ccFaderDefaults[8] = {1, 2, 3, 4, 5, 6, 7, 8}; #define VELOCITY_SCALE_MEDIUM 41 #define VELOCITY_SCALE_HIGH 41 -#define DEFAULT_MIN_VELOCITY 32 // default minimum velocity value +#define DEFAULT_MIN_VELOCITY 1 // default minimum velocity value #define DEFAULT_MAX_VELOCITY 127 // default maximum velocity value #define DEFAULT_FIXED_VELOCITY 96 // default fixed velocity value