com.jsyn.unitgen
Class LineOut

java.lang.Object
  extended by com.jsyn.unitgen.UnitGenerator
      extended by com.jsyn.unitgen.LineOut
All Implemented Interfaces:
UnitSink

public class LineOut
extends UnitGenerator
implements UnitSink

Input audio is sent to the external audio output device.


Field Summary
 UnitInputPort input
           
 
Fields inherited from class com.jsyn.unitgen.UnitGenerator
FALSE, TRUE
 
Constructor Summary
LineOut()
           
 
Method Summary
 void generate(int start, int limit)
          Perform essential synthesis function.
 UnitInputPort getInput()
           
 
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
 

Field Detail

input

public UnitInputPort input
Constructor Detail

LineOut

public LineOut()
Method Detail

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 buffers
limit - limit offset into port buffers for loop

getInput

public UnitInputPort getInput()
Specified by:
getInput in interface UnitSink