Jump to content

twidl

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

327 profile views

twidl's Achievements

MIDIbox Newbie

MIDIbox Newbie (1/4)

0

Reputation

  1. Ah thanks very much. I'll try this :)
  2. does one shift register supply 8 gates?
  3. Hi, My name is Ruben (from holland) and i'm completely new to the forum. I've just finished my first midibox seq v4 with wilba's panel. So far it's all working. But I'd really like to use 8xCV and 8xGATE. I have built my unit using te LPC17 and the AOUT_NG and as i understand it, i also need the DOUT for the gates. questions: 1) is this the schematic i want for setting up the 8 gates? http://ucapps.de/mbhp/mbhp_doutx1.pdf Or can i wire the gates somehow directly to the core board? 2) i also need some help under standing what i need to change in MBSEQ_HW.V4, could somebody tell me exactly what needs to be in the part copied under here, to get 8 cv' and 8 gates working? the AOUT_NG page states the following: "First edit the config file on the SD Card to use the AOUT_NG (i.e. #define AOUT_INTERFACE_TYPE 3) and save it !" But if there's a hashtag before define then the whole line is commented out right? so should i strip the #define? if so, then why is it there? This is the CV part copied from the .V4 file, could someone help me? Cheers, Ruben ################################################## # CV and Gate/Trigger/Sync Setup ################################################## # AOUT interface now selected in CV Configuration Menu and stored in MBSEQ_CV.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 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
×
×
  • Create New...