# AUTO SAVE # Set to ON or OFF # # When set to ON the module state is saved on SD card and # recalled on power up. AUTO_SAVE:ON # MIDI OMNI MODE # Set to BASIC or ADVANCED MIDI_OMNI_MODE:BASIC # MIDI CLOCK OUT DEFAULT SETTING # set to DIN_MIDI, USB_MIDI, DIN_MIDI_AND_USB_MIDI or NO_MIDI_CLOCK MIDI_CLOCK_OUT: DIN_MIDI # DEFAULT MIDI CHANNELS # set value 1 - 16 TRACK_1_MIDI_CH: 1 TRACK_2_MIDI_CH: 2 TRACK_3_MIDI_CH: 3 TRACK_4_MIDI_CH: 4 MIDI_OMNI_CH: 5 # MIDI CC OUTS # Set value 0 to 127 # POT_1_MIDI_CC: 1 POT_2_MIDI_CC: 11 POT_3_MIDI_CC: 10 POT_4_MIDI_CC: 17 POT_5_MIDI_CC: 22 POT_6_MIDI_CC: 64 POT_7_MIDI_CC: 32 POT_8_MIDI_CC: 18 ROT_MIDI_CC: 9 ROT_1_VAL: 1 ROT_2_VAL: 2 ROT_3_VAL: 3 ROT_4_VAL: 4 ROT_5_VAL: 5 ROT_6_VAL: 6 ROT_7_VAL: 7 ROT_8_VAL: 8 #CV OUT CALIBRATION # Set the default CV calibration settings #Options are: #FACTORY #CAL_1, CAL_2, CAL_3, CAL_4, #CAL_5, CAL_6, CAL_7, CAL_8 CV_1_CAL: CAL_1 CV_2_CAL: CAL_1 CV_3_CAL: CAL_1 CV_4_CAL: CAL_1 # MPE PITCH SENSITIVITY (Defaults to 48) MPE_PITCH_SENSITIVITY:48 # MAP MIDI VELOCITY TO MIDI EXPRESSION (MIDI CC11) # Enter ON or OFF. # # with these settings enabled, midi note velocity values will also # be sent out on MIDI CC values 1 & or 11, the values used for # Dynamics and Expression in libraries by Spitfire Audio. # # N.B. MIDI is a slow protocol and engaging this feature adds significantly to the amount of data # that will be sent by the Tetrachords with each note. # # As a general rule, it is wise to only activate this feature when it is needed. # # If you experience timing glitches when operating the Tetrachords, try disabling this feature. # VELOCITY_TO_EXPRESSION_TRACK_1:OFF VELOCITY_TO_EXPRESSION_TRACK_2:OFF VELOCITY_TO_EXPRESSION_TRACK_3:OFF VELOCITY_TO_EXPRESSION_TRACK_4:OFF VELOCITY_TO_DYNAMICS_TRACK_1:OFF VELOCITY_TO_DYNAMICS_TRACK_2:OFF VELOCITY_TO_DYNAMICS_TRACK_3:OFF VELOCITY_TO_DYNAMICS_TRACK_4:OFF I2C_DISTING_ES5_CONN:ES5_OFF # SHIFT BUTTON ACTIONS # Set to OFF or ON # # When set to ON (default), the SHIFT button, in addition to being a modifier, works as an ergonomic alternative to the RESET button allowing the following combinations: # SHIFT + PATTERN -> resets PATTERN # SHIFT + PROG -> resets PROGRESSION # SHIFT + SONG -> resets SONG # # Setting to OFF, disables these actions and the SHIFT button works as a modifier only. # SHIFT_BUTTON_ACTIONS:ON # CV VELOCITY MODE # Set to CV_VELOCITY_GATE or CV_VELOCITY_CONTINUOUS # # When set to CV_VELOCITY_GATE (default), a CV OUT in VELOCITY MODE will respond as follows: # # When the TRIG IN signal goes high, the CV OUT outputs a level corresponding to the current note's velocity. When the TRIG IN signal goes low, the CV OUT outputs 0v. # # With the setting CV_VELOCITY_CONTINUOUS the CV OUT adopts a level corresponding to the current note’s velocity and holds that level until the next note is triggered by the corresponding tracks TRIG IN. # CV_VELOCITY_MODE:CV_VELOCITY_GATE