This sketch demonstrates how to use the isEnabled(AudioSignal) method of a Polyphonic class.
Currently the only Polyphonic class in Minim is AudioOutput.
This sketch creates an output and adds a sine wave to it. Text is displayed on the screen telling you whether
the sine wave is enabled or not. Press 'e' to enable the sine wave and 'd' to disable it.
Source code: isEnabled waveform
Built with Processing