public class Bus extends java.lang.Object implements Output
Constructor and Description |
---|
Bus(int nWidth) |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Initiate the cumulation of a sample value.
|
float[] |
getValues() |
int |
getWidth()
Gives the width of this bus.
|
void |
output(float fSample)
Add the sample value of one instrument.
|
void |
output(float[] afSamples)
Add sample values of one instrument.
|
public int getWidth()
public void clear()
public void output(float fSample)
public void output(float[] afSamples)
public float[] getValues()