https://github.com/isaacvando/roc-drum-machine
Drum machine built with the roc-wasm4 platform
https://github.com/isaacvando/roc-drum-machine
roc-lang wasm4
Last synced: about 2 months ago
JSON representation
Drum machine built with the roc-wasm4 platform
- Host: GitHub
- URL: https://github.com/isaacvando/roc-drum-machine
- Owner: isaacvando
- Created: 2024-01-14T03:22:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-18T01:47:23.000Z (about 1 year ago)
- Last Synced: 2025-03-05T22:00:17.615Z (about 2 months ago)
- Topics: roc-lang, wasm4
- Language: Zig
- Homepage: https://isaacvando.github.io/roc-drum-machine/
- Size: 149 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# roc-drum-machine :drum:
A simple drum machine built with [Roc](https://roc-lang.org) using the [roc-wasm4](https://github.com/lukewilliamboswell/roc-wasm4) platform.
You can try it out [here](https://isaacvando.github.io/roc-drum-machine).
The instruments are (from top to bottom):
1. Boop
1. Beep
1. HiHat
1. Snare
1. KickUse the left and right arrow keys to adjust the tempo.
To run locally, follow the instructions in [roc-wasm4](https://github.com/lukewilliamboswell/roc-wasm4), then run
```bash
zig build run
```