diff options
author | Joris | 2022-06-21 07:59:57 +0200 |
---|---|---|
committer | Joris | 2022-06-21 07:59:57 +0200 |
commit | 46f39fa93fa99eef2691d6dc905b9d083eb170cb (patch) | |
tree | 1d39b1b358a49a4c194dbf852cf80b5f07629361 /README.md | |
parent | 5944be94dfd221f41cfb5e60e007c159b617f5dc (diff) |
Add more drum sounds
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 29 |
1 files changed, 19 insertions, 10 deletions
@@ -10,17 +10,26 @@ Then, open your browser at `http://localhost:8000`. # Sounds -- hit-hat (closed): https://lasonotheque.org/detail-2302-charleston-fermee-7.html -- snare: https://lasonotheque.org/detail-2304-caisse-claire-1.html - 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 -Multi-sound sequencer: - -- [ ] Sub divide beats ? - -Working on increasing tempo: - -- [ ] Add / Remove beat integrated into sequencer -- [ ] Augment the BPM by X after Y cycles +- Start and stop pressing space +- Rename to `drum.guyonvarch.me` +- 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 ?) |