LMMS
Loading...
Searching...
No Matches
gverb.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "gverbdsp.h"
#include "gverb.h"
#include "../ladspa-util.h"

Functions

ty_gverbgverb_new (int srate, float maxroomsize, float roomsize, float revtime, float damping, float spread, float inputbandwidth, float earlylevel, float taillevel)
void gverb_free (ty_gverb *p)
void gverb_flush (ty_gverb *p)

Function Documentation

◆ gverb_flush()

void gverb_flush ( ty_gverb * p)

◆ gverb_free()

void gverb_free ( ty_gverb * p)

◆ gverb_new()

ty_gverb * gverb_new ( int srate,
float maxroomsize,
float roomsize,
float revtime,
float damping,
float spread,
float inputbandwidth,
float earlylevel,
float taillevel )