1
1
Fork
You've already forked GameOfLifeSequencer
0
Using Conway's Game of Life as a sequencer in Puredata.
  • Pure Data 100%
2023年12月07日 01:18:46 +01:00
clamp.pd Initial commit 2023年12月06日 23:55:33 +01:00
coord2index.pd Initial commit 2023年12月06日 23:55:33 +01:00
drum.pd Toggle buttons now work as expected. 2023年12月07日 01:18:46 +01:00
game-of-life.pd Toggle buttons now work as expected. 2023年12月07日 01:18:46 +01:00
index2coord.pd Initial commit 2023年12月06日 23:55:33 +01:00
LICENSE Initial commit 2023年12月06日 23:55:33 +01:00
neighbors.pd Initial commit 2023年12月06日 23:55:33 +01:00
README.md Initial commit 2023年12月06日 23:55:33 +01:00
toggle-receiver.pd Toggle buttons now work as expected. 2023年12月07日 01:18:46 +01:00

Conway's Game of Life as a Sequencer in Puredata

This uses the algorithm of Conway's Game of Life as a generator for sequences in Puredata.

Change some values in [array define -k 0ドル-state 512], start the [metro] by enabling the toggle switch above it and have fun.

Make sure to have DSP enabled in Pd.

More information will follow, as well as the possibility to change values in the matrix - for now it is display only.