I’m looking at pics of the patch.Init() and see CV Outs 5-8 and a CV 1 is in the upper portion. Where are CV Out 2-4?
Also, can one of the input jacks be programmed to accept midi?
Thx!
I’m looking at pics of the patch.Init() and see CV Outs 5-8 and a CV 1 is in the upper portion. Where are CV Out 2-4?
Also, can one of the input jacks be programmed to accept midi?
Thx!
The Patch.Init() has:
8 analog inputs, of which 4 are knobs and 4 are cv
2 gate inputs
2 gate outputs
2 switches (one is a button, the other a toggle switch)
2 cv outputs, one is an LED and the other is a CV port
So in practice for using CV out, the answer is: 1
You can read more about the Patch.Init() here: patch.Init() - Daisy
The PatchSM has 4 additional analog inputs, which are not used on the Patch.Init(): Daisy Patch SM - Daisy
To answer your midi question: no, but there are unused pins on the Patch.Init() pcb that I think also contain UART that can be used for MIDI Input and Output.
Some community members have created expansion boards that connect to these pins.
Got it. Thought those were outs. Yeah, the init() won’t work for this project. Or if I can simplify the # of outputs I need, I can create a POC on my Daisy Patch.
Thx!