gen_padsynth

Files: ftbl.h, ftbl.c

An implementation of the Padsynth Algorithm by Paul Nasca.
This is a basic implemenation of the padsynth algorithm. More information can be found here:
http://zynaddsubfx.sourceforge.net/doc/PADsynth/PADsynth.htm
This gen routine requires libfftw, and is not compiled by default. See config.mk for more info.

Functions

sp_gen_padsynth(sp_data *sp, sp_ftbl *ft , sp_ftbl *amps, SPFLOAT f, SPFLOAT bw)

Parameters

amps: ftable of amplitudes to use
(Recommended value: N/A)
f: Base frequency.
(Recommended value: 440)
bw: Bandwidth.
(Recommended value: 40)