jcrev

Files: jcrev.h, jcrev.c

John Chowning reverberator
This is was built using the JC reverb implentation found in FAUST. According to the source code, the specifications for this implementation were found on an old SAIL DART backup tape.
This class is derived from the CLM JCRev function, which is based on the use of networks of simple allpass and comb delay filters. This class implements three series allpass units, followed by four parallel comb filters, and two decorrelation delay lines in parallel at the output.

Functions

sp_jcrev_create(sp_jcrev **jcrev)
sp_jcrev_init(sp_data *sp, sp_jcrev *jcrev)
sp_jcrev_compute(sp_data *sp, sp_jcrev *jcrev, SPFLOAT *input, SPFLOAT *out)
sp_jcrev_destroy(sp_jcrev **jcrev)

Inputs

input: Signal input.

Outputs

out: Signal Output.