Minim
core
ugens
analysis
 
Name setInputMixer
Examples
None available
Description When using the JavaSound implementation of Minim, this sets the JavaSound Mixer that will be used for obtaining input sources such as AudioInputs. THIS METHOD WILL BE REPLACED IN A FUTURE VERSION.
Syntax
setInputMixer(mixer);
Parameters
mixer   The Mixer we should try to acquire inputs from.
Returns None
Usage Web & Application
Related