Hey all, I’ve modified the source code of septavox~ to allow for clock sync! This affects the two-octave-arp, octave cascade and slicer modes. Additionally, the seventh waveform (computer) is now properly selectable in all modes.
The object now accepts two additional messages related to this:
- sync tells septavox~ whether it should follow its internal clock (<=0) or an external one (>=1)
- clock is the external clock to follow, this should be a 24 PPQN beat clock counter.
I was able to compile and get the object working on windows. Here’s the modified code as well as the .dll I compiled and an updated help patch demonstrating the new messages.
septavox_synx_pd-main.zip (82.4 KB)
I’d love to update the 201 patch with this functionality so if anyone is willing to compile on linux and share the .pd_linux here that would be greatly appreciated!