Skip to content

daisysp::SyntheticBassDrumAttackNoise

Attack Noise generator for SyntheticBassDrum. More...

#include <synthbassdrum.h>

Public Functions

Name
SyntheticBassDrumAttackNoise()
~SyntheticBassDrumAttackNoise()
void Init()
float Process()

Detailed Description

class daisysp::SyntheticBassDrumAttackNoise;

Attack Noise generator for SyntheticBassDrum.

Author: Ben Sergentanis

Date: Jan 2021 Ported from pichenettes/eurorack/plaits/dsp/drums/synthetic_bass_drum.h

to an independent module.

Original code written by Emilie Gillet in 2016.

Public Functions Documentation

function SyntheticBassDrumAttackNoise

inline SyntheticBassDrumAttackNoise()

function ~SyntheticBassDrumAttackNoise

inline ~SyntheticBassDrumAttackNoise()

function Init

void Init()

Init the module


function Process

float Process()

Get the next sample.

---

Updated on 2024-01-03 at 19:38:46 +0000