Jump to content

Recommended Posts

Posted

been working on the MB CV for a few days now and am ready to lay it down on copper.  however,  i am a bit confused about something.  (probably missing something obvious)

the AOUT module page states "The AOUT module provides 8 control voltage (CV) outputs with 12 bit resolution and 2 gate outputs", but the MB CV page states "# 8 CV outputs with 12 bit resolution# 10 gate outputs".

where would i find the other 8 gate outputs? or am i overlooking something?

thanx in advance MB GURUs !

gb

Posted

HA - I was faster than Gurus ;)

This is not obvious, but can be read from the sources - 8 additional gate signals come from Core module J5 connector.

And to activate these, you should re-compile application, with enable_j5 set.. (change it from 0 -> 1)

(from main.asm header)

#define ENABLE_J5 1

Bye, Moebius

Posted

thanx moebius!

one more silly question.....

will J5 directly drive the gates... or should i build a buffer type circuit... ala the resistor/transistor network on the AOUT module?

anyway... thanx again

gb

Posted

Err.. Do you have revisited AOUT schematic? Current version doesn't buffer gate at all, but instead gate LED should work as intended ;)

GATE inputs (in synths) should react to voltage level, and not sink too much current.. And this is the case in designs I have seen.. and also other DIY midi-cv converters usually drive gate voltages directly from uC pins.

At least PIC has protection diodes in those port pins connected to J5.. but if you're up to build some "frankenstein" patches with a modular synth - it could be ok to buffer outputs.

Couple of PNP transistors and few resistors should work..

(See input buffer of http://www.ele4music.com/pdfs/deg2a.pdf for reference)

Bye, Moebius

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...