Commit Graph

6 Commits

Author SHA1 Message Date
ea381fe433 Add popup help to elements 2026-03-27 08:29:11 +00:00
d47cae5a95 Have all linear input be controllable by an LFO 2026-03-26 10:55:37 +00:00
f26ecda58c Add different wave and filter types 2026-03-26 10:44:18 +00:00
c8ef3df460 Add audio nodes to the patch bay
Also make the patch bay responsive.
2026-03-26 08:47:47 +00:00
c3cb7aa84b Add readme files for each of the crates 2026-03-25 16:46:09 +00:00
496b6bdc71 Initial commit of a toy analogue audio generator
Key components:
- no_std core so it can be used bare metal on embedded systems
- default implementation for RPi 2350, with midi input and I2s output using PIO
- Visualiser for the web to play with on a dev system
2026-03-23 15:06:31 +00:00