ref: 6c97d471ef01292c9e1c6068cc06ac9611dc1eb5
dir: /src/effects.h/
/* This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2.1 of the License, or (at * your option) any later version. * * This library is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser * General Public License for more details. * * You should have received a copy of the GNU Lesser General Public License * along with this library; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /* FIXME: generate this list automatically */ EFFECT(allpass) EFFECT(band) EFFECT(bandpass) EFFECT(bandreject) EFFECT(bass) EFFECT(bend) EFFECT(chorus) EFFECT(compand) EFFECT(contrast) EFFECT(dcshift) EFFECT(deemph) EFFECT(delay) EFFECT(dither) EFFECT(earwax) EFFECT(echo) EFFECT(echos) EFFECT(equalizer) EFFECT(fade) EFFECT(filter) EFFECT(flanger) EFFECT(gain) EFFECT(highpass) EFFECT(input) EFFECT(key) #ifdef HAVE_LADSPA_H EFFECT(ladspa) #endif EFFECT(loudness) EFFECT(lowpass) EFFECT(mcompand) EFFECT(mixer) EFFECT(noiseprof) EFFECT(noisered) EFFECT(norm) EFFECT(oops) EFFECT(output) EFFECT(pad) EFFECT(pan) EFFECT(phaser) EFFECT(pitch) EFFECT(polyphase) #ifdef HAVE_SAMPLERATE_H EFFECT(rabbit) #endif EFFECT(rate) EFFECT(remix) EFFECT(repeat) EFFECT(resample) EFFECT(reverb) EFFECT(reverse) EFFECT(riaa) EFFECT(silence) #ifdef HAVE_PNG EFFECT(spectrogram) #endif EFFECT(speed) EFFECT(splice) EFFECT(stat) EFFECT(stretch) EFFECT(swap) EFFECT(synth) EFFECT(tempo) EFFECT(treble) EFFECT(tremolo) EFFECT(trim) EFFECT(vol)