|
LMMS
|
#include "../ladspa-util.h"Go to the source code of this file.
Classes | |
| struct | ty_fixeddelay |
| struct | ty_diffuser |
| struct | ty_damper |
Functions | |
| ty_diffuser * | diffuser_make (int, float) |
| void | diffuser_free (ty_diffuser *) |
| void | diffuser_flush (ty_diffuser *) |
| ty_damper * | damper_make (float) |
| void | damper_free (ty_damper *) |
| void | damper_flush (ty_damper *) |
| ty_fixeddelay * | fixeddelay_make (int) |
| void | fixeddelay_free (ty_fixeddelay *) |
| void | fixeddelay_flush (ty_fixeddelay *) |
| int | isprime (int) |
| int | nearest_prime (int, float) |
| static float | diffuser_do (ty_diffuser *p, float x) |
| static float | fixeddelay_read (ty_fixeddelay *p, int n) |
| static void | fixeddelay_write (ty_fixeddelay *p, float x) |
| static void | damper_set (ty_damper *p, float damping) |
| static float | damper_do (ty_damper *p, float x) |
|
inlinestatic |
| ty_damper * damper_make | ( | float | damping | ) |
|
inlinestatic |
| void diffuser_flush | ( | ty_diffuser * | p | ) |
| void diffuser_free | ( | ty_diffuser * | p | ) |
| ty_diffuser * diffuser_make | ( | int | size, |
| float | coeff ) |
| void fixeddelay_flush | ( | ty_fixeddelay * | p | ) |
| void fixeddelay_free | ( | ty_fixeddelay * | p | ) |
| ty_fixeddelay * fixeddelay_make | ( | int | size | ) |
|
inlinestatic |
|
inlinestatic |