|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tritonus.saol.engine.AbstractInstrument
public abstract class AbstractInstrument
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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()
getWidth in interface Outputpublic void clear()
clear in interface Outputpublic void output(float fSample)
output in interface Outputpublic void output(float[] afSamples)
output in interface Output
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||