Bass Drum
DrumsbassdrumModerate CPU
808-style analog kick — trigger + freq / tone / decay.
What it does
808-style analog kick drum synth voice.
Wraps daisysp::AnalogBassDrum. A file-scope prev_trig snapshot detects rising edges — wire a pad to Trig and each press fires once, not every sample.
Parameters
-
Freq (Hz)
freqPitch of the drum body in Hz — where the resonator rings after the hit. 50 Hz is a deep 808-style kick; 80–100 Hz cuts through a mix better on small speakers.
-
Decay
decayHow long the body rings out. Low values give a tight click-and-gone kick, high values a long boom. Unitless — DaisySP maps 0–1 onto its own decay curve.
-
Tone
toneAmount of click at the very start of the hit — the transient that makes a kick audible on a laptop speaker, separate from the low body that follows it.
-
Accent
accentOverall hit intensity, the way a harder stick strike both raises level and opens the tone. Use it for velocity feel rather than as a volume control.
-
Attack FM
attackFmHow far the pitch sweeps down over the first instant of the hit. A little gives the punch that reads as a kick drum; a lot turns it into a laser zap. Works together with Self FM.
-
Self FM
selfFmFeeds the drum back into its own pitch, adding grit and a metallic edge. It also alters how the attack sweep and the volume decay behave, so expect it to interact with Attack FM and Decay rather than layer on top of them.
-
Infinite Sustain
sustainReplaces the decaying hit with a note that rings forever — the drum becomes a tuned sine drone at Freq instead of a percussion voice. Trig no longer restarts anything.
Wire a pad to Trig (rising-edge fires once per touch). Freq/Decay accept Mod sources; Tone/Accent/FM are baked at boot.
Ports
In
-
Trig
trigger -
Freq
frequency -
Decay
decay
Out
-
Audio Out
output
Audio Control
Inputs
- Trig
- Rising-edge fires the drum.
- Freq
- Base pitch (Hz).
- Decay
- Tail length.
Outputs
- Audio Out
- Kick output.
Patches using it
- Touch Pad Lead + Kick
touch2 - Drum Kit
touch2
Bundled with the app — open one from the example browser.