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
Vendored
BIN
View File
Binary file not shown.
+9 -1
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.
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