added MIDI controller numbers for midi controllable synth parameters

This commit is contained in:
Jakob Bak 2012-08-25 17:42:06 +02:00
parent a558998efc
commit 455196fe4b
2 changed files with 9 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -6,4 +6,12 @@ Copy whole CFO folder to your "libraries" folder in your Arduino sketch folder.
See example code in examples folder for utilizing the library. See example code in examples folder for utilizing the library.
I am not 100% everything will work with the insects yet, but we'll see soon enough. I am not 100% everything will work with the insects yet, but we'll see soon enough.
//synth parameters as MIDI controller numbers
ENV_ATTACK 4
ENV_DECAY 5
ENV_SUSTAIN 6
ENV_RELEASE 7
DETUNE 12
WAVEFORM 13