This sketch demonstrates how to use the addEffect method of an Effectable class.
The class used here is AudioPlayer, but you can also add effects to AudioInput,
AudioOutput, and AudioSample objects. This sketch adds a low pass filter to
the player and you should be hearing the results of that now.
Source code: addEffect waveform
Built with Processing