Compare commits

...

2 commits

Author SHA1 Message Date
Me Here
1b16a61930 Bump version to 0.0.4 2026-05-25 13:38:48 -05:00
Me Here
811891bf5a Sample the rest of the acoustic kit from VCSL (CC0)
Add embedded CC0 one-shots for toms (stick), tambourine, cowbell,
woodblock and claves; tomMid is the low tom pitched up (VCSL has only
two toms). Now 10 sampled voices. rim, open-hat and ride stay
synthesized (no clean VCSL source), as do beep/clap/jamblock and 808/909.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-25 13:38:48 -05:00
3 changed files with 15 additions and 5 deletions

View file

@ -64,8 +64,10 @@ Tokens are joined with `;`. `tr` and `rmp` are omitted when off.
- **sound** — the acoustic kit: `beep`, `kick`, `snare`, `rim`, `clap`, `hatClosed`,
`hatOpen`, `ride`, `crash`, `tomLow`, `tomMid`, `tomHigh`, `tambourine`, `cowbell`,
`woodblock`, `claves`, `jamblock` (kick / snare / closedhat / crash play embedded
CC0 samples, the rest are synthesized); plus synthesized drum machines —
`woodblock`, `claves`, `jamblock` (kick, snare, closedhat, crash, toms, tambourine,
cowbell, woodblock and claves play embedded CC0 samples; `beep`, `clap`, `rim`,
`hatOpen` and `ride` stay synthesized — VCSL has no clean source for those); plus
synthesized drum machines —
`kick808 snare808 clap808 hat808 openHat808 cowbell808 tom808` and
`kick909 snare909 clap909 hat909 ride909 crash909`. Unknown → `beep`.
- **grouping** — beats per bar, optionally grouped for odd meters: `4`, `3`,

View file

@ -1 +1 @@
0.0.3
0.0.4

File diff suppressed because one or more lines are too long