Zrythm
a highly automated and intuitive digital audio workstation
|
#include <dsp/ditherer.h>
Data Fields | |
int | random1 |
int | random2 |
float | amp |
float | offset |
float | s1 |
float | s2 |
Definition at line 42 of file ditherer.h.
float Ditherer::amp |
Definition at line 46 of file ditherer.h.
float Ditherer::offset |
Definition at line 47 of file ditherer.h.
int Ditherer::random1 |
Definition at line 44 of file ditherer.h.
int Ditherer::random2 |
Definition at line 45 of file ditherer.h.
float Ditherer::s1 |
Definition at line 48 of file ditherer.h.
float Ditherer::s2 |
Definition at line 49 of file ditherer.h.