WAM BAM JAM 2024 @ Recurse Center

Weird Web Instrument Making Festival

Kick off: Wed May 8th 6pm US Eastern
Play and Tell: Thu May 9th 5pm 2024 US Eastern
Contact: Greg Sadetsky F2 23 on Zulip, and email.

How does it work?


Need inspiration??

Download these minimal instruments: instrument1, instrument2
To run a small web server on your computer, run:
npm install --global http-server
then cd to the directory with your html+js+... files, and run:
http-server .
Then open your browser and go to http://localhost:8080

Also! Don't forget that audio usually cannot start playing in a web page without the user first interacting with the page! So, like, make a button and wait until they press it before starting to play.

Rules