|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Output
Output method for the SA engine. This interface abstracts the way calculated samples are output from the engine. The engine only calls this interface, while implementations of this interface write the samples to a file, a line, a network socket or whatever else.
Method Summary | |
---|---|
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. |
Method Detail |
---|
int getWidth()
void clear()
void output(float fSample)
void output(float[] afSamples)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |