aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: da9fd01f2da3fadeb303593577f183c6e5d1a9ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Getting started

Having nix installed, run:

```sh
nix develop --command bin/watch.sh
```

Then, open your browser at `http://localhost:8000`.

# Sounds

- bass: https://freesound.org/people/karolist/sounds/371192/
- snare: https://lasonotheque.org/detail-2304-caisse-claire-1.html
- hit-hat:
    - open: https://lasonotheque.org/detail-2295-charleston-1.html
    - closed: https://lasonotheque.org/detail-2302-charleston-fermee-7.html
- cymbals:
    - 40 cm: https://lasonotheque.org/detail-2311-cymbale-40cm-1.html
    - ryde: https://lasonotheque.org/detail-2323-cymbale-ride-51cm-1.html
- tom:
    - floor: https://lasonotheque.org/detail-2338-tom-grave-1.html
    - medium: https://lasonotheque.org/detail-2333-tom-medium-1.html
    - high: https://lasonotheque.org/detail-2329-tom-aigu-1.html

# Todo

- Start and stop pressing space
- Sub divide beats
- Add / Remove beat integrated into sequencer
- Augment the BPM by X after Y cycles
- Prefill with Rock, Jazz, Funk, …, rythms
- Control volume of individual blocks
- Load & save (json files ? URL ?)