This sketch demonstrates how to use the clearEffects method of an Effectable class.
The class used here is AudioPlayer, but you can also clear effects from AudioInput,
AudioOutput, and AudioSample objects. This sketch adds a low pass filter to
the player which you can then remove by pressing any key.
Source code: clearEffects waveform
Built with Processing