Modifier and Type | Method and Description |
---|---|
void |
clear()
Initiate the output port of the instrument.
|
void |
doAPass(RTSystem rtSystem) |
void |
doIPass(RTSystem rtSystem) |
void |
doKPass(RTSystem rtSystem) |
int |
getEndTime() |
int |
getStartTime() |
int |
getWidth()
Gives the width of the output port.
|
void |
output(float fSample)
Add the sample value of one instrument.
|
void |
output(float[] afSamples)
Add sample values of one instrument.
|
void |
setOutput(Output output) |
void |
setStartAndEndTime(int nStartTime,
int nEndTime) |
public void setOutput(Output output)
public void setStartAndEndTime(int nStartTime, int nEndTime)
public int getStartTime()
public int getEndTime()
public void doIPass(RTSystem rtSystem)
public void doKPass(RTSystem rtSystem)
public void doAPass(RTSystem rtSystem)
public int getWidth()
public void clear()
public void output(float fSample)
public void output(float[] afSamples)