Drum Synth
Connect the melody output of a drum sequencer to each of these and merge the output to an audio destination
Nyquist Flip Flop III
Instead of a complicated 'odd or even' structure, just set the timer's rate to the project's Sample rate! Much cheaper. Outputs 0 on the 'first' sample and 1 on the 'second' sample. It starts running on project start. You won't know when!
Truncation Modulo
Outputs a negative number in the case of a negative input where applicable. Better for wavefolding than it's euclidean counterpart.
Trigger timer
Timer begins when it receives any input above 0, and ends when it hits the max time. It checks again when the timer exceeds the maximum.
FM Synth III
Got rid of the internal LFO's inside each voice, trying to make it more efficient to use. Also added the all-important subpatch for gain control.