Minim
core | ugens | analysis
 

Minim

setOutputMixer

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.

Signature

void setOutputMixer(Mixer mixer)

Parameters

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

Returns

None

Related

Example

None available

Usage

Web & Application