This browser does not have a Java Plug-in.
Get the latest Java Plug-in here.

This sketch demonstrates how to use the enableSignal(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 then disables the saw wave. You can enable the saw wave by pressing any key. Enabling a signal means that it will be used when a Polyphonic class is asked to produce a new buffer of audio.

Source code: enableSignal waveform

Built with Processing