Disabled Chorus and enabled TGA board as default.

master
Holger Wirtz 5 years ago
parent 7e4d2f306d
commit 8f30962065
  1. 12
      BA_MicroMDAEPiano.ino
  2. 6
      config.h

@ -246,15 +246,15 @@ void setup()
freeverb_l.damping(0.5);
analogChorus_r.enable();
analogChorus_r.bypass(false);
analogChorus_r.rate(0.5f);
analogChorus_r.bypass(true);
analogChorus_r.rate(0.2f);
analogChorus_r.mix(0.5f);
analogChorus_r.depth(1.0f);
analogChorus_r.depth(0.4f);
analogChorus_l.enable();
analogChorus_l.bypass(false);
analogChorus_l.rate(0.5f);
analogChorus_l.bypass(true);
analogChorus_l.rate(0.2f);
analogChorus_l.mix(0.5f);
analogChorus_l.depth(1.0f);
analogChorus_l.depth(0.4f);
mixer_r.gain(0, 0.7);
mixer_l.gain(0, 0.7);

@ -34,13 +34,13 @@
//*************************************************************************************************
// MIDI
#define MIDI_DEVICE_DIN Serial1
//#define MIDI_DEVICE_DIN Serial1
#define MIDI_DEVICE_USB 1
//#define MIDI_DEVICE_USB_HOST 1
#define MIDI_DEVICE_USB_HOST 1
// AUDIO
//#define TEENSY_AUDIO_BOARD 1
//#define TGA_BOARD
#define TGA_BOARD
//*************************************************************************************************
//* MIDI SETTINGS

Loading…
Cancel
Save