com.jsyn.unitgen
Class ImpulseOscillatorBL

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.ImpulseOscillatorBL
All Implemented Interfaces:
UnitSource, UnitVoice

public class ImpulseOscillatorBL
extends SawtoothOscillatorBL

Impulse oscillator created by differentiating a sawtoothBL. A band limited impulse is very narrow but is slightly wider than one sample.


Field Summary
 
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
ImpulseOscillatorBL()
           
 
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
 

Constructor Detail

ImpulseOscillatorBL

public ImpulseOscillatorBL()