Minim
core | ugens | analysis
 

Minim

setInputMixer

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.

Signature

void setInputMixer(Mixer mixer)

Parameters

mixer — The Mixer we should try to acquire inputs from.

Returns

None

Related

Example

None available

Usage

Web & Application