|
|
@ -45,7 +45,7 @@ static double double_log_freq = 0; |
|
|
|
static double midi_key_follow = 0.5; |
|
|
|
static double midi_key_follow = 0.5; |
|
|
|
|
|
|
|
|
|
|
|
// Configuration parameters
|
|
|
|
// Configuration parameters
|
|
|
|
static uint8_t registerValue = 4; |
|
|
|
static uint8_t registerValue = 2; |
|
|
|
// wavetable selector is defined and initialized in ihandlers.cpp
|
|
|
|
// wavetable selector is defined and initialized in ihandlers.cpp
|
|
|
|
static uint8_t midi_channel = 0; |
|
|
|
static uint8_t midi_channel = 0; |
|
|
|
static uint8_t old_midi_channel = 0; |
|
|
|
static uint8_t old_midi_channel = 0; |
|
|
|