# HG changeset patch # User Fiore Martin # Date 1471276822 -3600 # Node ID 5241f96479d68a928980055bd68bcc72fc31754b # Parent 9d7736aad6a3c9e471d7edb9f335c97f408b14de small tidy up of CollidoscopeTeensy_new.ino diff -r 9d7736aad6a3 -r 5241f96479d6 CollidoscopeTeensy/CollidoscopeTeensy_new.ino --- 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