Added MIDI Channel setup mode, added disconnectDigitalIn to analogue inputs according to Mozzi docs

This commit is contained in:
Oleksiy
2026-09-06 14:21:40 +03:00
parent d2bf696637
commit 2f4c42c33f
3 changed files with 72 additions and 3 deletions

View File

@ -2,7 +2,6 @@
const int pitchSubSteps = 16; //set how many steps are there between semitones. set to 1 to quantize to semitones
const int driveAmount = 350;
const bool oversamplingEnabled = false; //makes V/OCT tracking more precise, but adds a little portamento
#define MIDI_CHANNEL 2 //MIDI_CHANNEL_OMNI
#define MOZZI_CONTROL_RATE 1024
//Hardware Definitions