A tracker and virtual keyboard for making atari 2600 riffs + loops
See it in action at alienbill.com/2600/atari-riff-machine
First install dependencies:
npm install
To run in hot module reloading mode:
npm start
To create a production build:
npm run build-prod
Open the file dist/index.html
in your browser
Program by Kirk Israel/Alien Bill Productions
Uses pizzicato.js
Atari 2600 sound files courtesy Random Terrain
Also thanks to Mike "RevEng" Saarna for fixing a timing issue on the batari Basic sample code.
Made with createapp.dev and parcel.js