ref: 79b51e588d41bc7df8c27f1f1aee57832a9d45ad
dir: /modules/data/gen_scrambler.lua/
sptbl["gen_scrambler"] = {
files = {
module = "ftbl.c",
header = "ftbl.h",
example = "ex_scrambler.c",
},
func = {
name = "sp_gen_scrambler",
},
params = {
{
name = "dest",
type = "&sp_ftbl *",
description = [[destination ftable]],
default = 123456
},
},
modtype = "gen",
description = [[Scrambles phase of ftable.
This gen routine will copy the ftable, apply an FFT, apply
a random phase, and then do an inverse FFT. This effect
is ideal for creating pad-like sounds.
]],
}