Switched from ADSR to EAD, tweaked filter, added MIDI config part

This commit is contained in:
Oleksiy
2026-09-08 22:03:32 +03:00
parent 86b3a715fc
commit 83921644dc
3 changed files with 108 additions and 24 deletions

View File

@ -1,8 +1,7 @@
//Settings
const int pitchSubSteps = 16; //set how many steps are there between semitones. set to 1 to quantize to semitones
const int driveAmount = 350;
const int driveAmount = 250;
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 256
//Hardware Definitions