|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jsyn.unitgen.UnitGenerator
com.jsyn.unitgen.UnitFilter
public abstract class UnitFilter
Base class for all filters.
Field Summary | |
---|---|
UnitInputPort |
input
|
UnitOutputPort |
output
|
Fields inherited from class com.jsyn.unitgen.UnitGenerator |
---|
FALSE, TRUE |
Constructor Summary | |
---|---|
UnitFilter()
|
Method Summary | |
---|---|
UnitInputPort |
getInput()
|
UnitOutputPort |
getOutput()
|
Methods inherited from class com.jsyn.unitgen.UnitGenerator |
---|
addPort, convertHalfLifeToMultiplier, flattenOutputs, generate, generate, getFramePeriod, getFrameRate, getPortByName, getPorts, getSynthesisEngine, isEnabled, pullData, setCircuit, setFrameRate, setSynthesisEngine, start, stop |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public UnitInputPort input
public UnitOutputPort output
Constructor Detail |
---|
public UnitFilter()
Method Detail |
---|
public UnitInputPort getInput()
getInput
in interface UnitSink
public UnitOutputPort getOutput()
getOutput
in interface UnitSource
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |