Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D I J L N R S T W

A

actionLines(Object, int) - Method in class jmx.audio.RTAudio
This method passes on external action requests (i.e.

B

begin() - Method in class jmx.audio.RTAudio
Begin starts RTAudio.
bos - Variable in class jmx.audio.RTAudio
bos is used to convert sampleArray into a byte stream

C

channels - Variable in class jmx.audio.RTAudio
The number of channels to be used when setting up SourceDataLine
controlChange(float[], int, boolean) - Method in class jmx.audio.RTAudio
The controlChange method is called every time that an instrument fills a sample buffer.
controlRate - Variable in class jmx.audio.RTAudio
The control rate is used to set how often in instrument returns a full buffer.
count - Variable in class jmx.audio.RTAudio
count shows how many RTLines have passed RTAudio their full buffers
currentTime - Variable in class jmx.audio.RTAudio
A Timer which keeps track of how many samples have been written since this object started

D

dline - Variable in class jmx.audio.RTAudio
dline is the JFM java sound object which we write sampleArray to
dos - Variable in class jmx.audio.RTAudio
dos is used to help convert sampleArray into bos

I

initJMFSound(int) - Method in class jmx.audio.RTAudio
This method creates an instance of the JFM SourceDataLine object.

J

jmx.audio - package jmx.audio
 

L

lines - Variable in class jmx.audio.RTAudio
The total collection of lines being output by RTAudio

N

nextNote(long) - Method in class jmx.audio.RTAudio
This method is implemented as a stub only.

R

RTAudio - class jmx.audio.RTAudio.
RTAudio is responsible for convolving the audio signals being pulled from n number of RTLines.
RTAudio(RTLine[], int, int, int, double) - Constructor for class jmx.audio.RTAudio
The RTAudio constructor sets a number of attributes and opens a JMF java sound sourceDataLine.

S

sampleArray - Variable in class jmx.audio.RTAudio
sampleArray contains the convolution of all RTLines buffers
sampleRate - Variable in class jmx.audio.RTAudio
The sampleRate to be used when establishing the JMF SourceDataLine

T

totLines - Variable in class jmx.audio.RTAudio
The number of lines in the RTLine array

W

writeOutAudio(int) - Method in class jmx.audio.RTAudio
This method writes out the convolved sampleArray to the SourceDataLine

A B C D I J L N R S T W