daisysp::Drip¶
#include <drip.h>
Public Functions¶
Name | |
---|---|
Drip() | |
~Drip() | |
void | Init(float sample_rate, float dettack) |
float | Process(bool trig) |
Detailed Description¶
Author: Perry Cook
Date: 2000
Imitates the sound of dripping water via Physical Modeling Synthesis.
Ported from soundpipe by Ben Sergentanis, May 2020
Public Functions Documentation¶
function Drip¶
function ~Drip¶
function Init¶
Parameters:
- dettack The period of time over which all sound is stopped.
function Process¶
Parameters:
- trig If true, begins a new drip.
Return: Next sample.
Process the next floating point sample.
---¶
Updated on 2024-01-03 at 19:38:46 +0000