com.jsyn.unitgen
Class TwoInDualOut
java.lang.Object
com.jsyn.unitgen.UnitGenerator
com.jsyn.unitgen.TwoInDualOut
public class TwoInDualOut
- extends UnitGenerator
This unit combines two discrete inputs into a dual (stereo) output.
output[0] = inputA
output[1] = inputB
Method Summary |
void |
generate(int start,
int limit)
Perform essential synthesis function. |
Methods inherited from class com.jsyn.unitgen.UnitGenerator |
addPort, convertHalfLifeToMultiplier, flattenOutputs, 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 |
inputA
public UnitInputPort inputA
inputB
public UnitInputPort inputB
output
public UnitOutputPort output
TwoInDualOut
public TwoInDualOut()
generate
public void generate(int start,
int limit)
- Description copied from class:
UnitGenerator
- Perform essential synthesis function.
- Specified by:
generate
in class UnitGenerator
- Parameters:
start
- offset into port bufferslimit
- limit offset into port buffers for loop