Could use some help here since I have not done it before. I have my 4xDOUT board and assume I have to edit the config file to get the gates/clocks/triggers up and running. This is what I have added:
I have my Gate 1 wired to D0 on the board so everything needs to be backwards (I assume)
##################################################
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 8
CV_GATE_SR2 7
CV_GATE_SR3 6
CV_GATE_SR4 5
CV_GATE_SR5 4
CV_GATE_SR6 3
CV_GATE_SR7 2
CV_GATE_SR8 1
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_SR1 16
CLK_SR2 15
CLK_SR3 14
CLK_SR4 13
CLK_SR5 12
CLK_SR6 10
CLK_SR7 9
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 24
DOUT_GATE_SR2 23
DOUT_GATE_SR3 22
DOUT_GATE_SR4 21
DOUT_GATE_SR5 20
DOUT_GATE_SR6 19
DOUT_GATE_SR7 18
DOUT_GATE_SR8 17
if set to 1, the DOUT “gates” will send 1mS pulses
useful for analog drums
DOUT_1MS_TRIGGER 1
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
