public interface Output
Modifier and Type | Method and Description |
---|---|
void |
clear()
Initiate the cumulation of a sample value.
|
int |
getWidth()
Gives the width of this output.
|
void |
output(float fSample)
Add the sample value of one instrument.
|
void |
output(float[] afSamples)
Add sample values of one instrument.
|
int getWidth()
void clear()
void output(float fSample)
void output(float[] afSamples)