Skip to content

Commit

Permalink
Set the default minimum velocity back to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Jan 7, 2016
1 parent c231a9f commit 7ee5c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linnstrument-firmware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ee5c16

Please sign in to comment.