Revision 15:5241f96479d6

View differences:

CollidoscopeTeensy/CollidoscopeTeensy_new.ino
56 56
const int midi_chan_inst2 = 2; // MIDI channel for Instrument 2
57 57

  
58 58
const int cc_length = 1;    // MIDI cc controlling selection length
59
const int cc_duration = 2;  // MIDI cc controlling duration
59
const int cc_duration = 2;  // MIDI cc controlling grain duration
60 60
const int cc_filter = 7;    // MIDI cc controlling LP filter
61 61
const int cc_play = 4;      // MIDI cc controlling PLAY
62 62
const int cc_record = 5;    // MIDI cc controlling RECORD
63
//const int cc_reset = 100; // MIDI cc controlling instrument RESET
64

  
65
///////////////////////////////////////////////////
66
//Default Values:
67
const int  Enc_def = 64; //default selection length  
68
int MIDI_led_state = LOW;
69 63

  
70 64
///////////////////////////////////////////////////
71 65
// Interface Inputs

Also available in: Unified diff