|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.beadsproject.beads.core.AudioIO
net.beadsproject.beads.core.io.NonrealtimeIO
public class NonrealtimeIO
A dummy AudioIO class that is purely for non-realtime use; it does not interface with any system audio.
Field Summary |
---|
Fields inherited from class net.beadsproject.beads.core.AudioIO |
---|
context |
Constructor Summary | |
---|---|
NonrealtimeIO()
|
Method Summary | |
---|---|
protected UGen |
getAudioInput(int[] channels)
Gets an audio input UGen . |
protected boolean |
start()
Starts the AudioIO. |
Methods inherited from class net.beadsproject.beads.core.AudioIO |
---|
getContext, prepare, stop, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NonrealtimeIO()
Method Detail |
---|
protected boolean start()
AudioIO
AudioIO.update()
and then gather the output of AudioContext.out
.
start
in class AudioIO
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |