Mercurial > hg > opencollidoscope
changeset 15:5241f96479d6
small tidy up of CollidoscopeTeensy_new.ino
| author | Fiore Martin <f.martin@qmul.ac.uk> |
|---|---|
| date | Mon, 15 Aug 2016 17:00:22 +0100 |
| parents | 9d7736aad6a3 |
| children | 4dad0b810f18 |
| files | CollidoscopeTeensy/CollidoscopeTeensy_new.ino |
| diffstat | 1 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/CollidoscopeTeensy/CollidoscopeTeensy_new.ino Tue Aug 09 15:28:32 2016 +0200 +++ b/CollidoscopeTeensy/CollidoscopeTeensy_new.ino Mon Aug 15 17:00:22 2016 +0100 @@ -56,16 +56,10 @@ const int midi_chan_inst2 = 2; // MIDI channel for Instrument 2 const int cc_length = 1; // MIDI cc controlling selection length -const int cc_duration = 2; // MIDI cc controlling duration +const int cc_duration = 2; // MIDI cc controlling grain duration const int cc_filter = 7; // MIDI cc controlling LP filter const int cc_play = 4; // MIDI cc controlling PLAY const int cc_record = 5; // MIDI cc controlling RECORD -//const int cc_reset = 100; // MIDI cc controlling instrument RESET - -/////////////////////////////////////////////////// -//Default Values: -const int Enc_def = 64; //default selection length -int MIDI_led_state = LOW; /////////////////////////////////////////////////// // Interface Inputs
