Hello! Decided to sit down and join the Cabbages to get my first effect plugin idea realized.
I am looking to make a sequencer for effects, to “glitch” an audio stream.
I’ve been reading the documentation and following the examples, and I’m mainly interested in the elements of the Euclidean sequencer from this topic:
Essentially, when a synth voice is enabled, a clock appears to show the current step and which steps to trigger the voice.
I can’t figure out how to get the “clock” element by itself. It is coupled to the voice instruments using “GenerateCirclePoints” and I am having trouble grasping what can be removed and what has to be modified.
If I could extract and repurpose this code, I would then try to figure out how to remove the arm to instead highlight the current “circle” with an outline and have the circles clickable for a selection of effects (icons or dropdown).
In summary, what would an independent “GenerateCirclePoints” code look like?