An open API service indexing awesome lists of open source software.

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

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. Kick

Use 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
```