ref: 233c9646efb377aac5b0d87df6f8a16be94fa3fe
dir: /modules/data/jcrev.lua/
sptbl["jcrev"] = {
files = {
module = "jcrev.c",
header = "jcrev.h",
example = "ex_jcrev.c",
},
func = {
create = "sp_jcrev_create",
destroy = "sp_jcrev_destroy",
init = "sp_jcrev_init",
compute = "sp_jcrev_compute",
},
params = {
},
modtype = "module",
description = [[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.]],
ninputs = 1,
noutputs = 1,
inputs = {
{
name = "input",
description = "Signal input."
},
},
outputs = {
{
name = "out",
description = "Signal Output."
},
}
}