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¶
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¶
function ~SquareNoise¶
function Init¶
function Process¶
---¶
Updated on 2024-01-03 at 19:38:46 +0000