Cleanup pair octaves
This commit is contained in:
parent
00cdfc08e0
commit
c09177c0ee
9 changed files with 119 additions and 70 deletions
|
@ -10,8 +10,9 @@
|
|||
#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
|
||||
#define CCN_PortOnOff 65// Controller number for portamento on/off
|
||||
#define START_NOTE 24 // set startNote to C (change this value in steps of 12 to start in other octaves)
|
||||
#define START_NOTE 36 // set startNote to C (change this value in steps of 12 to start in other octaves)
|
||||
#define FILTER_FREQ 10.0
|
||||
#define BREATH_THR_MAX_BOOST 40.0
|
||||
#define CAP_SENS_ABSOLUTE_MAX 1000 // For inverting capacitive sensors
|
||||
#define PRESSURE_SENS_MULTIPLIER 10 // Multiply pressure sens so it's not a float
|
||||
#define CALIBRATE_SAMPLE_COUNT 4
|
||||
|
@ -31,6 +32,7 @@
|
|||
#define BTN_PRESET 0x8
|
||||
#define KNOB_CURVE_THRESHOLD 100
|
||||
#define KNOB_CURVE_MULTIPLIER 5
|
||||
#define KNOB_DISPLAY_TIME 500
|
||||
|
||||
// Send breath CC data no more than every CC_BREATH_INTERVAL
|
||||
// milliseconds
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue