From 03197b1ab992540b951fcbc6f841cfcd42a757f3 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 11 Jun 2022 16:42:33 +0200 Subject: Add kick sequencer --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..c939efb --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Getting started + +Having nix installed, run: + +```sh +nix develop --command bin/watch.sh +``` + +Then, open your browser at `http://localhost:8000`. + +# Todo + +- [ ] Augment the BPM by X after Y cycles +- [ ] Provide more drum sounds -- cgit v1.2.3