I've been wishing to build something like this for a long time, specially interested in the multiple divisions. I'm still stuck into the protoboard stage due to severe lack of time... Your panel prototyping using 3d printing encouraged me to try the same, instead of "discarding the idea" before even making a test. Thanks for sharing the code!
Thanks, I use 3D printing a lot to check the panel layout and to get a feel for where everything is placed, before I order a PCB. Hope you get some time to finish the project! The code is a bit of a mess right now but I will fix that later on.
Almost what I need. Love the eurorack features, but I need a midi clock output not syncing input. Bookmarking for when its not 1:19am because it would be a trivial feature to add but I don't have the brainpower to think about it atm.
It should be doable without too much problem I think, but you need to add a HW MIDI out interface and rewrite the clock generation code a bit so you can generate 24 PPQ MIDI clock messages.
The files and software (WIP ver 0.11) can be found on my Github:
github.com/tkilla64/eurorack/tree/main/midi-sync
I've been wishing to build something like this for a long time, specially interested in the multiple divisions. I'm still stuck into the protoboard stage due to severe lack of time... Your panel prototyping using 3d printing encouraged me to try the same, instead of "discarding the idea" before even making a test.
Thanks for sharing the code!
Thanks, I use 3D printing a lot to check the panel layout and to get a feel for where everything is placed, before I order a PCB.
Hope you get some time to finish the project!
The code is a bit of a mess right now but I will fix that later on.
This looks sooo clean!
Thanks a lot, Benjie 😊
A potentiometer and code to change the multiple/div on each output!
Not quite I follow what you mean; is it individually programmable clock outputs that is selected using a knob?
@@MeeBilt yeah a knob that changes the values for division per each output. So you could do say /2, x3, /16, /32 or whatever you wanted.
It would require a way to select which output you're programming with the knob
@@the2d I understand, that's an interesting feature. Maybe a completely new module with more programming features.
Almost what I need. Love the eurorack features, but I need a midi clock output not syncing input. Bookmarking for when its not 1:19am because it would be a trivial feature to add but I don't have the brainpower to think about it atm.
It should be doable without too much problem I think, but you need to add a HW MIDI out interface and rewrite the clock generation code a bit so you can generate 24 PPQ MIDI clock messages.
slighly overengeneered
Yeah, you are probably right LOL