Allen-Synthesis / EuroPi

EuroPi: A reprogrammable Eurorack module based on the Raspberry Pi Pico
Creative Commons Zero v1.0 Universal
431 stars 84 forks source link

Add Organisms script #295

Closed roryjamesallen closed 9 months ago

roryjamesallen commented 1 year ago

This script births 6 organisms on start-up.

Upon each tick of the script's clock:

The resulting 6 CV outputs are essentially LFOs with a slight stepping nature as the clock runs in discrete ticks. They are truly generative, as their attributes (speed for example) have a real effect on their future (a faster organism is more likely to fight often and therefore affect its own speed)

K1 can be used to adjust the speed of the overall simulation

roryjamesallen commented 9 months ago

Outdated, may be reopened in future