mirror of
https://github.com/ShikyC/Taiko-Drum-Controller-Arduino.git
synced 2024-11-12 00:50:46 +01:00
Bugfix
This commit is contained in:
parent
e107e8c907
commit
eb0e5302a9
@ -4,7 +4,7 @@ const byte inPins[CHANNELS] = {
|
|||||||
P1_L_DON_IN, P1_L_KAT_IN, P1_R_DON_IN, P1_R_KAT_IN
|
P1_L_DON_IN, P1_L_KAT_IN, P1_R_DON_IN, P1_R_KAT_IN
|
||||||
};
|
};
|
||||||
const byte sensitivityPins[CHANNELS] = {
|
const byte sensitivityPins[CHANNELS] = {
|
||||||
P1_L_DON_SENS, P1_L_KAT_SENS, P1_R_DON_SENS, P1_R_KAT_SENS
|
P1_L_DON_SENS_IN, P1_L_KAT_SENS_IN, P1_R_DON_SENS_IN, P1_R_KAT_SENS_IN
|
||||||
};
|
};
|
||||||
|
|
||||||
Cache<int, SAMPLE_CACHE_LENGTH> inputWindow[CHANNELS];
|
Cache<int, SAMPLE_CACHE_LENGTH> inputWindow[CHANNELS];
|
||||||
|
@ -46,10 +46,10 @@
|
|||||||
#define P2_R_KAT_IN 10
|
#define P2_R_KAT_IN 10
|
||||||
|
|
||||||
// Sensitivity adjustment potentiometer input pins
|
// Sensitivity adjustment potentiometer input pins
|
||||||
#define P1_L_DON_SENS 15
|
#define P1_L_DON_SENS_IN 15
|
||||||
#define P1_L_KAT_SENS 16
|
#define P1_L_KAT_SENS_IN 16
|
||||||
#define P1_R_DON_SENS 17
|
#define P1_R_DON_SENS_IN 17
|
||||||
#define P1_R_KAT_SENS 18
|
#define P1_R_KAT_SENS_IN 18
|
||||||
|
|
||||||
#define AXIS_RANGE 1023
|
#define AXIS_RANGE 1023
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user