From 52d3c30afead0cfc864df3997fce0fd242cc1879 Mon Sep 17 00:00:00 2001 From: gauthiier Date: Sat, 8 Mar 2014 13:50:27 +0100 Subject: [PATCH] hoho --- .DS_Store | Bin 12292 -> 12292 bytes README | 37 ++++++++++++++++++++++++++++++++++--- Software/Arduino/README | 36 ------------------------------------ 3 files changed, 34 insertions(+), 39 deletions(-) delete mode 100644 Software/Arduino/README diff --git a/.DS_Store b/.DS_Store index 9d312b712691e473c8c3a8cccc59b169bb2b9d9b..f0e74a304df7c354c39383fdc6aaf8a33e4c8ed5 100644 GIT binary patch delta 26 gcmZokXi3=cSAem2@;`yIK=O>B3}f-;mx9uA0G^8q!TB3}f)-mx9uA0GbO5VgLXD diff --git a/README b/README index b332919..af1b7f0 100644 --- a/README +++ b/README @@ -1,5 +1,36 @@ -VSION HAIRIES +CFO Music and MIDI library -WARNING: WORK IN PROGRESS... +Work in progress + +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. + +Synth parameters as MIDI controller numbers +// Settings that apply to all oscillators +DETUNE 4 +WAVEFORM 5 + +// Envelope settings +ENV_ATTACK 114 +ENV_DECAY 115 +ENV_SUSTAIN 116 +ENV_RELEASE 117 + +// Settings for oscillator 1 +SEMITONE1 11 +DETUNE1 12 +GAIN1 13 + +// Settings for oscillator 2 +SEMITONE2 21 +DETUNE2 22 +GAIN2 23 + +// Settings for oscillator 3 +SEMITONE3 31 +DETUNE3 32 +GAIN3 33 -dviid, uglenbatman, jakob bak diff --git a/Software/Arduino/README b/Software/Arduino/README deleted file mode 100644 index af1b7f0..0000000 --- a/Software/Arduino/README +++ /dev/null @@ -1,36 +0,0 @@ -CFO Music and MIDI library - -Work in progress - -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. - -Synth parameters as MIDI controller numbers -// Settings that apply to all oscillators -DETUNE 4 -WAVEFORM 5 - -// Envelope settings -ENV_ATTACK 114 -ENV_DECAY 115 -ENV_SUSTAIN 116 -ENV_RELEASE 117 - -// Settings for oscillator 1 -SEMITONE1 11 -DETUNE1 12 -GAIN1 13 - -// Settings for oscillator 2 -SEMITONE2 21 -DETUNE2 22 -GAIN2 23 - -// Settings for oscillator 3 -SEMITONE3 31 -DETUNE3 32 -GAIN3 33 -