Fix for SAX fingering and updated fingering chart (NuRAD). Experimental fingerings using rollers for harmonic series (NuEVI). LED indication for extra controller sensor and startup LED check and also fail check for MPR121 sensor boards (NuRAD).
This commit is contained in:
parent
e68a66db84
commit
c7c1825b62
9 changed files with 9334 additions and 39 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
// Compile options, comment/uncomment to change
|
||||
|
||||
#define FIRMWARE_VERSION "1.4.6" // FIRMWARE VERSION NUMBER HERE <<<<<<<<<<<<<<<<<<<<<<<
|
||||
#define FIRMWARE_VERSION "1.4.7" // FIRMWARE VERSION NUMBER HERE <<<<<<<<<<<<<<<<<<<<<<<
|
||||
|
||||
#define ON_Delay 20 // Set Delay after ON threshold before velocity is checked (wait for tounging peak)
|
||||
#define CCN_Port 5 // Controller number for portamento level
|
||||
|
@ -36,10 +36,10 @@
|
|||
|
||||
|
||||
#define MIN_LED_BRIGHTNESS 5 // lowest PWM value that still is visible
|
||||
#define BREATH_LED_BRIGHTNESS 500 // up to 4095, PWM
|
||||
#define PORTAM_LED_BRIGHTNESS 500 // up to 4095, PWM
|
||||
#define EXTCON_LED_BRIGHTNESS 500 // up to 4095, PWM
|
||||
#define SPCKEY_LED_BRIGHTNESS 500 // up to 4095, PWM
|
||||
#define BREATH_LED_BRIGHTNESS 600 // up to 4095, PWM
|
||||
#define PORTAM_LED_BRIGHTNESS 300 // up to 4095, PWM
|
||||
#define EXTCON_LED_BRIGHTNESS 300 // up to 4095, PWM
|
||||
#define SPCKEY_LED_BRIGHTNESS 700 // up to 4095, PWM
|
||||
|
||||
#define ALK_BAT_FULL 2800 // about 4.6V
|
||||
#define NMH_BAT_FULL 2350 // about 3.8V
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue