com.jsyn.unitgen
Class PulseOscillatorBL

java.lang.Object
  extended by com.jsyn.unitgen.UnitGenerator
      extended by com.jsyn.unitgen.UnitOscillator
          extended by com.jsyn.unitgen.SawtoothOscillatorBL
              extended by com.jsyn.unitgen.PulseOscillatorBL
All Implemented Interfaces:
UnitSource, UnitVoice

public class PulseOscillatorBL
extends SawtoothOscillatorBL

Pulse oscillator that uses two band limited sawtooth oscillators.


Field Summary
 UnitInputPort width
           
 
Fields inherited from class com.jsyn.unitgen.UnitOscillator
amplitude, DEFAULT_AMPLITUDE, DEFAULT_FREQUENCY, frequency, output, phase
 
Fields inherited from class com.jsyn.unitgen.UnitGenerator
FALSE, TRUE
 
Constructor Summary
PulseOscillatorBL()
           
 
Method Summary
 
Methods inherited from class com.jsyn.unitgen.SawtoothOscillatorBL
generate
 
Methods inherited from class com.jsyn.unitgen.UnitOscillator
convertFrequencyToPhaseIncrement, getOutput, noteOff, noteOff, noteOn, noteOn
 
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

width

public UnitInputPort width
Constructor Detail

PulseOscillatorBL

public PulseOscillatorBL()