Rev 2542 | Blame | Compare with Previous | Last modification | View Log | RSS feed
##################################################
# Setup File for Wilba's Frontpanel + Ilmenators TPD
# see also http://www.midibox.org/dokuwiki/doku.php?id=tpd_pcb
# $Id: MBSEQ_HW.V4 2607 2018-11-05 20:49:20Z tk $
##################################################
##################################################
# Shift Register Setup
##################################################
# maximum number of connected shift registers in a DIN or DOUT chain (1..23)
SRIO_NUM_SR 23
# number of first and second DOUT shift register used for GP LEDs
GP_DOUT_L_SR 0
GP_DOUT_R_SR 0
# DOUTs for Dual Color option:
GP_DOUT_L2_SR 0
GP_DOUT_R2_SR 0
# OPTIONAL: individual track LEDs can optionally be assigned to SRs:
# they correspond with the BUTTON_DIRECT_TRACK* buttons
TRACKS_DOUT_L_SR 0
TRACKS_DOUT_R_SR 0
# sets the debounce delay for low-quality buttons in mS
# use low values for high quality buttons - this ensures best latency.
# use higher values for lower quality buttons.
# Recommended values:
# - 0 for high quality buttons (we used it many months w/o complaints)
# - 5 is the default
# - 20 for low-quality buttons
DEBOUNCE_DELAY 5
##################################################
# Optional BLM Matrix
##################################################
# set this value to 1 if each track has its own set of 16 LEDs to display unmuted steps and current sequencer position
# or if you are using a button/led matrix for misc. button/LED functions
BLM_ENABLED 1
# define the shift registers to which the anodes of these LEDs are connected
# Note: they can be equal to GP_DOUT_[LH]_SR, this saves two shift registers, but doesn't allow a separate view of UI selections
BLM_DOUT_L1_SR 0
BLM_DOUT_R1_SR 0
# define the shift register to which the cathodes of these LEDs are connected
# Note that the whole shift register (8 pins) will be allocated! The 4 select lines are duplicated (4 for LED matrix, 4 for button matrix)
# The second DOUT_CATHODES2 selection is optional if LEDs with high power consumption are used - set this to 0 if not used
BLM_DOUT_CATHODES_SR1 0
BLM_DOUT_CATHODES_SR2 0
# set an inversion mask for the DOUT shift registers if sink drivers (transistors)
# have been added to the cathode lines
# Settings: 0x00 - no sink drivers
# 0xf0 - sink drivers connected to D0..D3
# 0x0f - sink drivers connected to D7..D4
BLM_DOUT_CATHODES_INV_MASK 0x00
# 0: no DUO colour LEDs are connected to the LED matrix (position marker inverts step LED)
# 1: DUO colour LEDs are connected to the LED matrix, second LED displays position marker
# 2: Like option 1, but the first LED is turned off when the position marker activates the second LED
BLM_DOUT_DUOCOLOUR 0
# define the shift registers to which the anodes of the "second colour" (red) LEDs are connected
BLM_DOUT_L2_SR 0
BLM_DOUT_R2_SR 0
# set this to 1 if a button matrix is connected
BLM_BUTTONS_ENABLED 1
# set this to 1 if these buttons should only control the "step triggers" (gate, and other assigned triggers) - and no UI functions
BLM_BUTTONS_NO_UI 1
# optional (only useful in conjunction with the BLM):
# if 0: the GP buttons/LEDs are working as usual
# if 1: the GP buttons/LEDs always select the page items like if the MENU button is pressed,
# the GP LEDs show the selected page (if matching with any of these items)
BLM_GP_ALWAYS_SELECT_MENU_PAGE 0
# define the DIN shift registers to which the button matrix is connected
BLM_DIN_L_SR 0
BLM_DIN_R_SR 0
##################################################
# Additional 8x8 BLM as used for Wilba's Frontpanel
##################################################
# set to 1 to enable 8x8 BLM driver
BLM8X8_ENABLED 1
# to which shift register are the select lines connected?
# Allowed values: 0 to disable, 1..16 to assign shift register
BLM8X8_DOUT_CATHODES_SR 1
# set an inversion mask for the DOUT shift registers if sink drivers (transistors)
# have been added to the cathode lines
BLM8X8_DOUT_CATHODES_INV_MASK 0x00
# set an inversion mask for the DOUT shift registers if source drivers (transistors)
# have been added to the anode lines
BLM8X8_DOUT_ANODES_INV_MASK 0x00
# to which shift register are the LED anode lines connected?
# Allowed values: 0 to disable, 1..16 to assign shift register
BLM8X8_DOUT_LED_SR 2
# 0: no mapping of 8x8 LEDs
# 1: select GP LED -> 8x8 matrix mapping for Wilba's MB-SEQ PCB
# 2: select LED mapping for MBSEQ V4L SRIO board
# 3: select GP LED -> matrix mapping for Antilog PCB
BLM8X8_DOUT_GP_MAPPING 1
# 8x8 matrix for misc. button functions
BLM8X8_DIN_SR 2
##################################################
# Optional BPM digits
##################################################
# set to 1 or 2 to enable the 3 optional BPM digits
# 0: BPM digits disabled
# 1: BPM digits with common cathode
# 2: BPM digits with common anode
BPM_DIGITS_ENABLED 1
# define the DOUT shift register to which the segments are connected (0=disabled)
BPM_DIGITS_SEGMENTS_SR 3
# define the DOUT SR and pin to which the common pins are connected
# we are counting from right to left
# Example: 140.5 BPM: (COMMON1 = .5, COMMON2=0., COMMON3=4, COMMON4=1)
# SR Pin
BPM_DIGITS_COMMON1_PIN 4 0
BPM_DIGITS_COMMON2_PIN 4 1
BPM_DIGITS_COMMON3_PIN 4 2
BPM_DIGITS_COMMON4_PIN 4 3
##################################################
# Optional Step digits
##################################################
# set to 1 or 2 to enable the 3 optional STEP digits
# 0: STEP digits disabled
# 1: STEP digits with common cathode
# 2: STEP digits with common anode
STEP_DIGITS_ENABLED 1
# define the DOUT shift register to which the segments are connected (0=disabled)
STEP_DIGITS_SEGMENTS_SR 3
# define the DOUT SR and pin to which the common pins are connected
# we are counting from right to left
# Example: Step 123: (COMMON1 = 3, COMMON2=2, COMMON3=1)
# SR Pin
STEP_DIGITS_COMMON1_PIN 4 4
STEP_DIGITS_COMMON2_PIN 4 5
STEP_DIGITS_COMMON3_PIN 4 6
##################################################
# Optional LED Track Position Display
# See also http://www.midibox.org/dokuwiki/doku.php?id=tpd_pcb
##################################################
# set to 1 or 2 to enable the relative track position display
# 0: TPD disabled
# 1: TPD enabled - columns are cathodes, rows are anodes
# 2: TPD enabled - columns are anodes, rows are cathodes
TPD_ENABLED 2
# define the DOUT shift register to which the columns are connected (0=disabled)
TPD_COLUMNS_SR_L 10
# for a 16x16 TPD: define the SR to which the right columns are connected (0=disabled, use only 8x8 TPD)
TPD_COLUMNS_SR_R 7
# define the DOUT shift register to which the green LED rows are connected (0=disabled)
TPD_ROWS_SR_GREEN_L 8
# define the DOUT shift register to which the right green LED rows are connected (0=disabled, use only 8x8 TPD)
TPD_ROWS_SR_GREEN_R 5
# define the DOUT shift register to which the red LED rows are connected (0=disabled)
TPD_ROWS_SR_RED_L 9
# define the DOUT shift register to which the right red LED rows are connected (0=disabled, use only 8x8 TPD)
TPD_ROWS_SR_RED_R 6
##################################################
# CV and Gate/Trigger/Sync Setup
##################################################
# AOUT interface now selected in CV Configuration Menu and stored in MBSEQ_GC.V4 file
# please scroll through the menu to find this page!
# the 8 CV gates can be assigned to a shift register (0=off, 1-32: number of shift register):
# - 1st CV Gate available at DOUT SR output D7
# - 2nd CV Gate available at DOUT SR output D6
# - 3rd CV Gate available at DOUT SR output D5
# - ...
# - 8th CV Gate available at DOUT SR output D0
CV_GATE_SR1 0
# and DIN Clock Outputs can be assigned to a shift register as well (0=off, 1-32: number of shift register):
# D7..D0 will output individual clock or start/stop signals which can be configured in the CV configuration page
CLK_SR 0
# additional gate triggers are available on common digital output pins of the
# DOUT shift register chain - they are assigned to AOUT channel #16 (Note C-1, C#1, D-1, ...)
# define the shift registers which should be used here (each provides 8 gates)
# Note that SRs assigned to this function cannot be used as LED outputs (exclusive function)
# Allowed values: 1-32, 0 disables the function, all other values invalid and not allowed
DOUT_GATE_SR1 0
DOUT_GATE_SR2 0
DOUT_GATE_SR3 0
DOUT_GATE_SR4 0
DOUT_GATE_SR5 0
DOUT_GATE_SR6 0
DOUT_GATE_SR7 0
DOUT_GATE_SR8 0
# if set to 1, the additional DOUT "gates" will send 1mS pulses
# useful for analog drums
DOUT_1MS_TRIGGER 0
# should J5A/B/C outputs be enabled (0: no, 1: yes, 2: yes, but in open drain mode)?
# - the 6 first AOUT gates will be forwarded to J5A/B
# - the remaining last 2 AOUT gates are available at J5C.A10 and J5C.A11 (LPC17: J28.WS and J28.MCLK)
# - DIN sync clock will be forwarded to J5C:A0 (LPC17: J28.SDA)
# - DIN sync start/stop will be forwarded to J5C:A1 (LPC17: J28.SC)
# - if open drain mode enabled (option 2), external pull-ups have to be connected to J5 pins
# (advantage: pin levels can be pulled to 5V)
#
# NEVER USE THIS TOGETHER WITH ANALOG POTS - IT WILL CAUSE A SHORT CIRCUIT!
J5_ENABLED 1
##################################################
# LED assignments to DOUT pins
# SR = 0: LED disabled
# SR = 1..23: directly forwarded to DOUT pin
# SR = M1..M8: forwarded to a 8x8 LED matrix
#
# Please note: due to historical reasons, pin 0-7
# are mirrored!
# Pin 0 = DOUT Pin D7
# Pin 1 = DOUT Pin D6
# Pin 2 = DOUT Pin D5
# ...
# Pin 7 = DOUT Pin D0
##################################################
# SR Pin
LED_TRACK1 M7 2
LED_TRACK2 M7 1
LED_TRACK3 M5 2
LED_TRACK4 M5 1
# SR Pin
LED_PAR_LAYER_A M4 2
LED_PAR_LAYER_B M4 1
LED_PAR_LAYER_C M4 0
# SR Pin
LED_BEAT M1 1
LED_MEASURE 0 0
# SR Pin
LED_MIDI_IN_COMBINED 0 0
LED_MIDI_OUT_COMBINED 0 0
# SR Pin
LED_EDIT M5 3
LED_MUTE M6 3
LED_PATTERN M6 2
LED_SONG M7 3
LED_PHRASE 0 0
# SR Pin
LED_SOLO M6 1
LED_FAST M6 0
LED_FAST2 0 0
LED_ALL M7 0
# SR Pin
LED_GROUP1 M8 3
LED_GROUP2 M8 2
LED_GROUP3 M8 1
LED_GROUP4 M8 0
# SR Pin
LED_TRG_LAYER_A M2 2
LED_TRG_LAYER_B M2 1
LED_TRG_LAYER_C M2 0
# SR Pin
LED_PLAY M1 3
LED_STOP M3 3
LED_PAUSE M2 3
LED_REW M3 2
LED_FWD M1 2
LED_LOOP 0 0
LED_FOLLOW 0 0
# SR Pin
LED_EXIT 0 0
LED_SELECT 0 0
LED_MENU 0 0
LED_BOOKMARK 0 0
LED_SCRUB 0 0
LED_METRONOME 0 0
LED_RECORD 0 0
LED_JAM_LIVE 0 0
LED_JAM_STEP 0 0
LED_LIVE 0 0
LED_UTILITY 0 0
LED_COPY 0 0
LED_PASTE 0 0
LED_CLEAR 0 0
LED_UNDO 0 0
LED_MOVE 0 0
LED_SCROLL 0 0
# SR Pin
LED_STEP_VIEW M3 1
LED_PAR_LAYER_SEL 0 0
LED_TRG_LAYER_SEL 0 0
LED_INS_SEL 0 0
LED_TRACK_SEL 0 0
# SR Pin
LED_TAP_TEMPO 0 0
LED_TEMPO_PRESET 0 0
LED_EXT_RESTART 0 0
# SR Pin
LED_DOWN 0 0
LED_UP 0 0
# SR Pin
LED_MIXER 0 0
# SR Pin
LED_TRACK_MODE 0 0
LED_TRACK_GROOVE 0 0
LED_TRACK_LENGTH 0 0
LED_TRACK_DIRECTION 0 0
LED_TRACK_MORPH 0 0
LED_TRACK_TRANSPOSE 0 0
LED_FX 0 0
# SR Pin
LED_MUTE_ALL_TRACKS 0 0
LED_MUTE_TRACK_LAYERS 0 0
LED_MUTE_ALL_TRACKS_AND_LAYERS 0 0
LED_UNMUTE_ALL_TRACKS 0 0
LED_UNMUTE_TRACK_LAYERS 0 0
LED_UNMUTE_ALL_TRACKS_AND_LAYERS 0 0
##################################################
# Button assignments to DIN pins
# SR = 0: Button disabled
# SR = 1..23: directly triggered from DIN pin
# SR = M1..M8: triggered from a 8x8 button matrix
##################################################
# SR Pin
BUTTON_DOWN M4 2
BUTTON_UP M4 3
BUTTON_LEFT 0 0
BUTTON_RIGHT 0 0
# SR Pin
BUTTON_SCRUB M4 4
BUTTON_METRONOME M4 5
BUTTON_TAP_TEMPO 0 0
BUTTON_JAM_LIVE 0 0
BUTTON_JAM_STEP 0 0
# SR Pin
BUTTON_STOP M3 5
BUTTON_PAUSE M2 4
BUTTON_PLAY M2 5
BUTTON_REW M3 4
BUTTON_FWD M1 4
BUTTON_LOOP 0 0
BUTTON_FOLLOW 0 0
# SR Pin
BUTTON_MENU M7 5
BUTTON_SELECT M8 4
BUTTON_EXIT M8 5
# SR Pin
BUTTON_TRACK1 M7 6
BUTTON_TRACK2 M7 7
BUTTON_TRACK3 M5 6
BUTTON_TRACK4 M5 7
# SR Pin
BUTTON_PAR_LAYER_A M4 6
BUTTON_PAR_LAYER_B M4 7
BUTTON_PAR_LAYER_C M3 6
# SR Pin
BUTTON_EDIT M5 3
BUTTON_MUTE M6 2
BUTTON_PATTERN M6 3
BUTTON_SONG M7 2
BUTTON_PHRASE 0 0
# SR Pin
BUTTON_SOLO M6 4
BUTTON_FAST M6 5
BUTTON_FAST2 0 0
BUTTON_ALL M7 4
# SR Pin
BUTTON_GP1 M5 0
BUTTON_GP2 M5 1
BUTTON_GP3 M6 0
BUTTON_GP4 M6 1
BUTTON_GP5 M7 0
BUTTON_GP6 M7 1
BUTTON_GP7 M8 0
BUTTON_GP8 M8 1
BUTTON_GP9 M4 0
BUTTON_GP10 M4 1
BUTTON_GP11 M3 0
BUTTON_GP12 M3 1
BUTTON_GP13 M2 0
BUTTON_GP14 M2 1
BUTTON_GP15 M1 0
BUTTON_GP16 M1 1
# SR Pin
BUTTON_GROUP1 M8 6
BUTTON_GROUP2 M8 7
BUTTON_GROUP3 M6 6
BUTTON_GROUP4 M6 7
# alternative (individual) track selection buttons
# LEDs have to be assigned to TRACKS_DOUT_L_SR and TRACKS_DOUT_R_SR
# SR Pin
BUTTON_DIRECT_TRACK1 0 0
BUTTON_DIRECT_TRACK2 0 0
BUTTON_DIRECT_TRACK3 0 0
BUTTON_DIRECT_TRACK4 0 0
BUTTON_DIRECT_TRACK5 0 0
BUTTON_DIRECT_TRACK6 0 0
BUTTON_DIRECT_TRACK7 0 0
BUTTON_DIRECT_TRACK8 0 0
BUTTON_DIRECT_TRACK9 0 0
BUTTON_DIRECT_TRACK10 0 0
BUTTON_DIRECT_TRACK11 0 0
BUTTON_DIRECT_TRACK12 0 0
BUTTON_DIRECT_TRACK13 0 0
BUTTON_DIRECT_TRACK14 0 0
BUTTON_DIRECT_TRACK15 0 0
BUTTON_DIRECT_TRACK16 0 0
# SR Pin
BUTTON_TRG_LAYER_A M2 6
BUTTON_TRG_LAYER_B M2 7
BUTTON_TRG_LAYER_C M1 6
# Following button functions are usually assigned to Fx
# buttons, or to dedicated (labeled) buttons
# In Wilba's frontpanel layout:
# F1 is located at SR M3 Pin 3
# F2 is located at SR M2 Pin 2
# F3 is located at SR M2 Pin 3
# F4 is located at SR M1 Pin 2
# and there are dedicated buttons for Copy/Paste/Clear/Utility/StepView
# SR Pin
BUTTON_TRACK_SEL M3 3
BUTTON_LIVE M2 2
BUTTON_RECORD M2 3
BUTTON_SAVE_ALL M1 2
# SR Pin
BUTTON_PAR_LAYER_SEL 0 0
BUTTON_TRG_LAYER_SEL 0 0
BUTTON_INS_SEL 0 0
# SR Pin
BUTTON_UTILITY M3 2
BUTTON_COPY M7 3
BUTTON_PASTE M8 2
BUTTON_CLEAR M8 3
BUTTON_UNDO 0 0
BUTTON_MOVE 0 0
BUTTON_SCROLL 0 0
BUTTON_BOOKMARK 0 0
# SR Pin
BUTTON_STEP_VIEW M5 5
# SR Pin
BUTTON_EXT_RESTART 0 0
# SR Pin
BUTTON_MIXER 0 0
# SR Pin
BUTTON_SAVE 0 0
# SR Pin
BUTTON_PATTERN_RMX 0 0
# SR Pin
BUTTON_FOOTSWITCH 0 0
# SR Pin
BUTTON_ENC_BTN_FWD 0 0
# SR Pin
BUTTON_TRACK_MODE 0 0
BUTTON_TRACK_GROOVE 0 0
BUTTON_TRACK_LENGTH 0 0
BUTTON_TRACK_DIRECTION 0 0
BUTTON_TRACK_MORPH 0 0
BUTTON_TRACK_TRANSPOSE 0 0
BUTTON_FX 0 0
BUTTON_TEMPO_PRESET 0 0
# SR Pin
BUTTON_MUTE_ALL_TRACKS 0 0
BUTTON_MUTE_TRACK_LAYERS 0 0
BUTTON_MUTE_ALL_TRACKS_AND_LAYERS 0 0
BUTTON_UNMUTE_ALL_TRACKS 0 0
BUTTON_UNMUTE_TRACK_LAYERS 0 0
BUTTON_UNMUTE_ALL_TRACKS_AND_LAYERS 0 0
# alternative (individual) bookmark buttons
# no LEDs available!
# SR Pin
BUTTON_DIRECT_BOOKMARK1 0 0
BUTTON_DIRECT_BOOKMARK2 0 0
BUTTON_DIRECT_BOOKMARK3 0 0
BUTTON_DIRECT_BOOKMARK4 0 0
BUTTON_DIRECT_BOOKMARK5 0 0
BUTTON_DIRECT_BOOKMARK6 0 0
BUTTON_DIRECT_BOOKMARK7 0 0
BUTTON_DIRECT_BOOKMARK8 0 0
BUTTON_DIRECT_BOOKMARK9 0 0
BUTTON_DIRECT_BOOKMARK10 0 0
BUTTON_DIRECT_BOOKMARK11 0 0
BUTTON_DIRECT_BOOKMARK12 0 0
BUTTON_DIRECT_BOOKMARK13 0 0
BUTTON_DIRECT_BOOKMARK14 0 0
BUTTON_DIRECT_BOOKMARK15 0 0
BUTTON_DIRECT_BOOKMARK16 0 0
# Encoder buttons (currently hard-coded to FAST function)
# SR Pin
BUTTON_ENC_DATAWHEEL 0 0
BUTTON_ENC_BPM 0 0
BUTTON_ENC1 0 0
BUTTON_ENC2 0 0
BUTTON_ENC3 0 0
BUTTON_ENC4 0 0
BUTTON_ENC5 0 0
BUTTON_ENC6 0 0
BUTTON_ENC7 0 0
BUTTON_ENC8 0 0
BUTTON_ENC9 0 0
BUTTON_ENC10 0 0
BUTTON_ENC11 0 0
BUTTON_ENC12 0 0
BUTTON_ENC13 0 0
BUTTON_ENC14 0 0
BUTTON_ENC15 0 0
BUTTON_ENC16 0 0
##################################################
# Button behaviour
# 0: active mode as long as button pressed
# 1: pressing button toggles the mode
##################################################
BUTTON_BEH_FAST 1
BUTTON_BEH_FAST2 0
BUTTON_BEH_ALL 1
BUTTON_BEH_SOLO 1
BUTTON_BEH_METRONOME 1
BUTTON_BEH_LOOP 1
BUTTON_BEH_FOLLOW 1
BUTTON_BEH_SCRUB 0
BUTTON_BEH_MENU 0
BUTTON_BEH_MUTE 1
BUTTON_BEH_BOOKMARK 1
BUTTON_BEH_STEP_VIEW 0
BUTTON_BEH_TRG_LAYER 0
BUTTON_BEH_PAR_LAYER 0
BUTTON_BEH_TRACK_SEL 0
BUTTON_BEH_TEMPO_PRESET 0
##################################################
# Special Behaviour of ALL button
# 0: only parameter layers are modified by ALL function
# 1: trigger and parameter layers are modified by ALL function
##################################################
BUTTON_BEH_ALL_WITH_TRIGGERS 0
##################################################
# Encoder Functions
# SR = 0: encoder disabled
# SR = 1..16: DIN assignment
# Types: NON_DETENTED, DETENTED1, DETENTED2, DETENTED3, DETENTED4, DETENTED5
##################################################
# SR Pin Type
ENC_DATAWHEEL 6 2 DETENTED3
# the speed value for the datawheel which is used when the "FAST" button is activated:
ENC_DATAWHEEL_FAST_SPEED 3
# SR Pin Type
ENC_GP1 1 6 DETENTED3
ENC_GP2 1 4 DETENTED3
ENC_GP3 1 2 DETENTED3
ENC_GP4 1 0 DETENTED3
ENC_GP5 3 6 DETENTED3
ENC_GP6 3 4 DETENTED3
ENC_GP7 3 2 DETENTED3
ENC_GP8 3 0 DETENTED3
ENC_GP9 4 6 DETENTED3
ENC_GP10 4 4 DETENTED3
ENC_GP11 4 2 DETENTED3
ENC_GP12 4 0 DETENTED3
ENC_GP13 5 6 DETENTED3
ENC_GP14 5 4 DETENTED3
ENC_GP15 5 2 DETENTED3
ENC_GP16 5 0 DETENTED3
# the speed value for GP encoders which is used when the "FAST" button is activated:
ENC_GP_FAST_SPEED 3
# Auto FAST mode: if a layer is assigned to velocity or CC, the fast button will be automatically
# enabled - in other cases (e.g. Note or Length), the fast button will be automatically disabled
ENC_AUTO_FAST 1
# optional BPM encoder
# SR Pin Type
ENC_BPM 7 0 DETENTED3
# the speed value for the BPM encoder which is used when the "FAST" function is activated
ENC_BPM_FAST_SPEED 3