fixed dropped notes on portamento bug
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
//Settings
|
||||
const int pitchSubSteps = 16; //set how many steps are there between semitones. set to 1 to quantize to semitones
|
||||
#define MOZZI_CONTROL_RATE 256
|
||||
#define GLIDE_TIME 150
|
||||
#define MOZZI_CONTROL_RATE 512
|
||||
#define GLIDE_TIME 60
|
||||
|
||||
//Hardware Definitions
|
||||
#define Knob1 A6 //Intensity
|
||||
|
||||
Reference in New Issue
Block a user