|
|||||||||
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.Circuit
public class Circuit
Contains a list of units that are executed together.
Field Summary |
---|
Fields inherited from class com.jsyn.unitgen.UnitGenerator |
---|
FALSE, TRUE |
Constructor Summary | |
---|---|
Circuit()
|
Method Summary | |
---|---|
void |
add(UnitGenerator unit)
Add a unit to the circuit. |
void |
flattenOutputs()
Flatten output ports so we don't output a changing signal when stopped. |
void |
generate(int start,
int limit)
Perform essential synthesis function. |
void |
setSynthesisEngine(SynthesisEngine engine)
|
Methods inherited from class com.jsyn.unitgen.UnitGenerator |
---|
addPort, convertHalfLifeToMultiplier, generate, getFramePeriod, getFrameRate, getPortByName, getPorts, getSynthesisEngine, isEnabled, pullData, setCircuit, setFrameRate, start, stop |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Circuit()
Method Detail |
---|
public void generate(int start, int limit)
UnitGenerator
generate
in class UnitGenerator
start
- offset into port bufferslimit
- limit offset into port buffers for looppublic void flattenOutputs()
flattenOutputs
in class UnitGenerator
public void setSynthesisEngine(SynthesisEngine engine)
setSynthesisEngine
in class UnitGenerator
engine
- the synthesisEngine to setpublic void add(UnitGenerator unit)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |