Class daisysp::Jitter¶
#include <jitter.h>
Public Functions¶
| Type | Name |
|---|---|
| void | Init (float sample_rate) |
| Jitter () |
|
| float | Process () |
| void | SetAmp (float amp) |
| void | SetCpsMax (float cps_max) |
| void | SetCpsMin (float cps_min) |
| ~Jitter () |
Detailed Description¶
Randomly segmented line generator
Public Functions Documentation¶
function Init¶
Initializes Jitter module
Parameters:
sample_rateAudio engine sample rate
function Jitter¶
function Process¶
Get next floating point jitter sample
function SetAmp¶
Set the amplitude of the jitter. Jitters fall from -amp to +amp
Parameters:
ampJitter amplitude
function SetCpsMax¶
Set the maximum speed of the jitter engine.
Parameters:
cps_maxMaximum number of jitters per second.
function SetCpsMin¶
Set the minimum speed of the jitter engine.
Parameters:
cps_minNumber of new jitters per second
function ~Jitter¶
The documentation for this class was generated from the following file external-docs/DaisySP/DaisySP-LGPL/Source/Utility/jitter.h