This sketch demonstrates how to use the printControls method of a Controller object.
The class used here is an AudioOutput but you can also print the controls of AudioSample,
AudioSnippet, AudioInput, and AudioPlayer objects. printControls
will print out all the available controls (such as volume, gain, etc) and their ranges to the console.
If you are running this sketch in a web browser you will have to open the Java console to see the printout.
Source code: PrintControls
Built with Processing