feat(percussion): two-step clap + open hi-hat with down/up bursts
Clap and open hi-hat now fire in two distinct stages instead of one
simultaneous cluster:
- Clap DOWN: darker palm-strike (900Hz noise + 260Hz body thump),
panned slightly left of center
- Clap UP: bright release transient (3200Hz square click + 5200Hz
noise + airy tail), panned slightly opposite — delayed by
flam * rn(1.3, 1.7) so the gap scales with BPM
- Open hi-hat DOWN: short metallic chip strike (8200Hz noise +
5400Hz square), brief cymbal contact
- Open hi-hat UP: sustained airy shimmer that blooms after the chip,
delayed by flam * rn(0.8, 1.2), panned slightly opposite
All stochastic jitter (rj/rn) preserved so hits remain organic, and
the BPM-locked flam timing means the two-step gap tightens at higher
tempos and widens at slower ones.