Skip to content

daisysp::SquareNoise

808 style "metallic noise" with 6 square oscillators. More...

#include <hihat.h>

Public Functions

Name
SquareNoise()
~SquareNoise()
void Init(float sample_rate)
float Process(float f0)

Detailed Description

class daisysp::SquareNoise;

808 style "metallic noise" with 6 square oscillators.

Author: Ben Sergentanis

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

to an independent module.

Original code written by Emilie Gillet in 2016.

Public Functions Documentation

function SquareNoise

inline SquareNoise()

function ~SquareNoise

inline ~SquareNoise()

function Init

void Init(
    float sample_rate
)

function Process

float Process(
    float f0
)

---

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