OK… Now that CV is working, back to the DOUTx4…
So I still get a continuous +5v on DOUT SR1 as soon as I start the MBSeq.
I use SR1 of my DOUTx4 for Gates (and this is assigned to “3”, right?)
I’m planning on using the other SRs for Clock outputs (SR2) and Trigger outputs (SR3 and SR4)
Here is my MBSEQ_HW.V4 (CV/Gate/Trigger/Sync part):
################################################## # CV and Gate/Trigger/Sync Setup ################################################## # 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 3 # 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 4 # AOUT interface now selected in CV Configuration Mehttp://midibox.org/forums/topic/19438-cv-gate-clarification-help/#nu and stored in MBSEQ\_CV.V4 file # please scroll through the menu to find this page! # 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-16, 0 disables the function, all other values invalid and not allowed DOUT\_GATE\_SR1 5 DOUT\_GATE\_SR2 6 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 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 0
Does it look right?
I understand how to use the CV part (AOUT note track, channels 1 to 8 for CV 1 to 8)
Is the Gate defined by the same track, and if so, as the note defines the CV amount, does the lenght of the note define if the gate is on or off?
About triggers… I read that they are deal with on channel 16… But then, one has to create a Drum track and find the right notes corresponding to the triggers?
(Yes I know, so many questions and it is getting late…)