The files and software (WIP ver 0.11) can be found on my Github: github.com/tkilla64/eurorack/tree/main/midi-sync
@lagunagfx2 жыл бұрын
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!
@MeeBilt2 жыл бұрын
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.
@benjiaomodular2 жыл бұрын
This looks sooo clean!
@MeeBilt2 жыл бұрын
Thanks a lot, Benjie 😊
@the2d2 жыл бұрын
A potentiometer and code to change the multiple/div on each output!
@MeeBilt2 жыл бұрын
Not quite I follow what you mean; is it individually programmable clock outputs that is selected using a knob?
@the2d2 жыл бұрын
@@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.
@the2d2 жыл бұрын
It would require a way to select which output you're programming with the knob
@MeeBilt2 жыл бұрын
@@the2d I understand, that's an interesting feature. Maybe a completely new module with more programming features.
@GeeWillikersMan2 жыл бұрын
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.
@MeeBilt2 жыл бұрын
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.