|
|
|
@ -46,7 +46,6 @@ AudioAnalyzePeak peak1; |
|
|
|
|
//AudioPlayQueue queue1;
|
|
|
|
|
|
|
|
|
|
AudioSourceMicroDexed* MicroDexed[NUM_DEXED]; |
|
|
|
|
|
|
|
|
|
AudioEffectDelay delay1; |
|
|
|
|
AudioEffectModulatedDelay modchorus; |
|
|
|
|
AudioSynthWaveform modulator; |
|
|
|
@ -80,7 +79,6 @@ AudioConnection patchCord17(delay1, 0, master_mixer_r, 2); |
|
|
|
|
AudioConnection patchCord18(delay1, 0, master_mixer_l, 2); |
|
|
|
|
AudioConnection patchCord19(master_mixer_r, volume_r); |
|
|
|
|
AudioConnection patchCord20(master_mixer_l, volume_l); |
|
|
|
|
|
|
|
|
|
AudioConnection patchCord21(volume_r, 0, stereomono1, 0); |
|
|
|
|
AudioConnection patchCord22(volume_l, 0, stereomono1, 1); |
|
|
|
|
#ifdef AUDIO_DEVICE_USB |
|
|
|
@ -162,10 +160,9 @@ config_t configuration; |
|
|
|
|
|
|
|
|
|
bool eeprom_update_flag = false; |
|
|
|
|
|
|
|
|
|
// Allocate the delay lines for left and right channels
|
|
|
|
|
// Allocate the delay lines for chorus
|
|
|
|
|
short delayline[MOD_DELAY_SAMPLE_BUFFER]; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef ENABLE_LCD_UI |
|
|
|
|
/***********************************************************************
|
|
|
|
|
LCDMenuLib2 |
|
|
|
|