public class NonrealtimeIO extends AudioIO
Constructor and Description |
---|
NonrealtimeIO() |
Modifier and Type | Method and Description |
---|---|
protected UGen |
getAudioInput(int[] channels)
Gets an audio input
UGen . |
protected boolean |
start()
Starts the AudioIO.
|
getContext, prepare, stop, update
protected boolean start()
AudioIO
AudioIO.update()
and then gather the output of AudioContext.out
.protected UGen getAudioInput(int[] channels)
AudioIO
UGen
. The argument specifies an array of channel numbers
that this UGen should serve. For example, the array {0, 4, 2} should return a UGen with
3 outputs, corresponding to input channels 1, 5 and 3 respectively on the audio device.getAudioInput
in class AudioIO
channels
- an array indicating which channels to serve.