So I wanted to bring up Lunetta synths and have a few questions about it.
My biggest question is - how do you get it to communicate with other modular formats safely?
I have heard utilizing comparators for the inputs and transistor buffers on the outputs - but am wondering if anyone could further explain this.
A lot of nonlinear circuits module are CMOS logic and analog mux chips with eurorack front and back ends.
For example the 4SEQ uses a common Lunetta chips 4052 dual 4:1 mux and somewhat less common 4029 up/down counter in a Eurorack module. 4SEQ â Nonlinearcircuits is a page link; the BOM, build guide, pwb and schematic are linked on that page.
Anything on an input is considered âactiveâ, âhighâ, âlogic 1â, etc. if it is above around 1 volt. So it works with unipolar envelopes and gates as well as with bipolar LFO signals etc.
Linear outputs are regular Eurorack style buffers with 1k series output resistors. Gate outputs are somewhat power hungry transistor emitter followers into a voltage divider for 0-5v gate outputs. When âhighâ theyâll draw 5-6mA plus whatever it takes to light the LED. But thatâs not bad and the circuits are straightforward. There is a lot of Lunetta content in nonlinear circuits modules, in addition to the chaotic oscillators, rectifiers and such that makes these kinds of modules so much fun.
My DIY modular is using some CMOS chips powered by 5v. I interface with eurorack with a module that adapts banana cables to 1/8in jacks. Is there a reason I shouldnât be doing that that Iâm unaware of?
The issue isnât connectors, but the signal levels â electronic circuits generally donât like input voltages outside the supply rails. CD4000 inputs are speced for â0.5 V to VDD+0.5 V, so in your case going above 5.5 V may damage the chip.
Some opamps like the TL074s are even pickier; they can misbehave if you get closer than 4 V from the negative supply (see here).
The 4SEQ linked above solves that by powering the opamps with ±12 V and the CD4000s with +12 V only, and using diodes on the way in, to avoid exposing the CD4000s to negative voltages. The input stage uses opamps as comparators, with a threshold of 12Ă10k/(100k+10k) = 1.1 V. Hereâs one of the inputs:
Thatâs for a non-inverting input; swap the + and â inputs if you need inverting (i.e. the CD4000 input is marked with an â» or written like TÌ HÌ IÌ SÌ ). Also, that circuit will still mess up if the input goes a bit below â8 V, but it should handle inputs from â8.5 to at least 11 V just fine.
EDIT: Updated image to include the R89 pulldown, which is needed to avoid floating inputs.
Thank you for the explanation. I have another question if you donât mind. When it comes to the âelectronic circuits generally donât like input voltages outside the supply railsâ part, how does that apply to things like plugging my MS-20 mini or Model D into the eurorack?
I donât have either but my understanding is the Model D is designed to be Eurorack compatible, so that should present no problems. The Korg site says regarding the MS-20 mini:
Signal In: Amplifier Out,
Band pass filter Out,
CV Out (0 - +8.4V),
ENV Out (0 - +5V),
Trig Out (+5Vâ>GND),
and any competently designed Eurorack modules ought to be able to handle those voltages without risk. However the MS-20 CV is V/Hz, not V/oct, so canât be used to drive Eurorack oscillators â not in tune, anyway. And the trigger convention is different from Eurorack, where a trigger is a positive going pulse based at 0 V.
Yeah I know about the v/hz v/oct thing. I was just wondering the difference between plugging into another synth that outputs 5v and my DIY modular which also runs off of 5v.