An Arduino based sound toy using touch capacitive sensors to trigger a synth engine.
Find a file
2023-02-23 16:50:09 -05:00
deprecated ardunio to firmata to js to soundpi implementation 2023-02-10 11:55:43 -05:00
firmata_node_bridge rewiring touchpads and adding touchcap 2023-02-22 12:50:58 -05:00
hydra-visuals adding first pass visuals through hydra visual synth 2023-02-16 19:13:47 -05:00
sonic_pi adding synthesized drums to synth engine 2023-02-23 16:50:09 -05:00
.gitignore adding gitignore, updating readme, removing node modules 2023-02-10 16:45:58 -05:00
README.md Update README.md 2023-02-17 13:26:15 -05:00

music-and-gameplay-soundtoy

An Arduino based sound toy using touch capacitive sensors to trigger a synth engine.

Using Arduino to Firmata, a NodeJS bridge for Firmata to OSC, and OSC to Sonic PI for the synth engine.

Also utilizing Olivia Jack's amazing hydra visual synth for generative visuals!