Minim
core
ugens
analysis
 
Name setOutputMixer
Examples
None available
Description When using the JavaSound implementation of Minim, this sets the JavaSound Mixer that will be used for obtain output destinations such as those required by AudioOuput, AudioPlayer, AudioSample, and so forth. THIS METHOD WILL BE REPLACED IN A FUTURE VERSION.
Syntax
setOutputMixer(mixer);
Parameters
mixer   The Mixer we should try to acquire outputs from.
Returns None
Usage Web & Application
Related