Hello! First time user, first time poster. This hardware is amazing! i think - i’m a noob. lol. I’m wondering if anyone can verify/confirm my approach as i’m waiting for my seeds to arrive.
I’d like to build a standalone Reverb. LOL.
Originally I was going to build something in PD (based off the clds) on a raspberry pi with a custom midi controller (Class compliant usb midi) running off an arduino to send the midi data over to control the various parameters… this seemed almost redundant once I found the Daisy!
NOW, i’d like to incorporate all the sliders and pots (up to 32) as well as the clds patch (converted) all on the daisy. my multiplexer of choice (as it’s what i had originally started using) is the CD74HC4067 module. as it uses one analog pin and 3 digital pins.
i’ve seen the example work with muxing 8 pots etc. i’m wondering, can i do more?
yeah - i looked at that topic - still not seeing it. that could just be because i’m unfamiliar with the overall package. i suppose i’ll start with 8 and go from there.
For documentation purposes, I got the 4067 working with the field’s initialization code, you just have to ground the 4th control pin, so you will only have 8 channels. Should be a simple fix to add code to read the remaining channels.
@coutlasssupreme
Hi, I’m also trying to get the CD74HC4067 working with Daisy SM using Daisy Duino.
I think these pins are correct:
// ADC and digital GPIO pins #define analogPin0 A2 // SM ADC 9 A2 #define pinS2 3 // SM D3 digital #define pinS1 2 // SM D2 digital #define pinS0 1 // SM D1 digital