Added function setting for modulation range (same as pitchbend range), each can be independently set.
Completed readme with pitchbend and modulation range functions.
Added keys / knob used for function to readme.
Corrected midi in and out top setting values for channels (was 17 instead of 16).
Rewrite pitchbend functions, and implemented the same mecanism as for notes, to dissociate internal usb MIDI input.
Added all note off control change, from USB midi (send internal note off) and to usb MIDI (when function switch is pushed on).
Added pitchbend range setting, setable by moving pitchbend wheel when in function mode.
Added 1 ms offset to attack an release, to avoid clipping with 0 value. It seems that it's already implemented in the Audio Library, so it needs mors investigation.
Added filter mode function, to switch for band pass to a band stop filter with knob mid-course.
Modified readme to specify libraries used.
Moved MIDI offset from Mega 1 to Teensy, so it can be applied only for internal midi, and note for usb.
Added an intermediate function for note on and note off, to add offset from internal midi.
Modified keyboard hidden settings.
Modified mod wheel handling (almost ok) and pitch bend as well (no that good).
Added infos to readme, and pictures.
Function settings added : keymode (keytrack), retrigger (legato), detune, bitcrush, midi in & out channel setting.
All function settings are saved to eeprom.
Added optional detune for analog-like sound, with three level of setting.