This sketch demonstrates how to use the removeSignal(AudioSignal) method of a Polyphonic class.
Currently the only Polyphonic class in Minim is AudioOutput.
This sketch adds a sine wave and a saw wave to the output and you can remove the saw wave by pressing any key.
Removing a signal means that it is no longer part of the Polyphonic's signal chain.
Source code: removeSignal waveform
Built with Processing