jmsltutorial
Class FilteredSawVibrato

java.lang.Object
  extended by java.util.Observable
      extended by com.softsynth.jsyn.SynthObject
          extended by com.softsynth.jsyn.SynthSound
              extended by com.softsynth.jsyn.SynthCircuit
                  extended by com.softsynth.jsyn.SynthNote
                      extended by jmsltutorial.FilteredSawVibrato

public class FilteredSawVibrato
extends com.softsynth.jsyn.SynthNote

(c) 2004 Nick Didkovsky


Field Summary
 com.softsynth.jsyn.SynthInput cutoff
           
 com.softsynth.jsyn.SynthInput rate
           
 com.softsynth.jsyn.SynthInput resonance
           
 com.softsynth.jsyn.SynthInput vibratodepth
           
 com.softsynth.jsyn.SynthInput vibratorate
           
 
Fields inherited from class com.softsynth.jsyn.SynthNote
amplitude, frequency
 
Fields inherited from class com.softsynth.jsyn.SynthCircuit
output
 
Constructor Summary
FilteredSawVibrato()
           
FilteredSawVibrato(com.softsynth.jsyn.SynthContext synthContext)
           
 
Method Summary
 void setStage(int time, int stage)
           
 
Methods inherited from class com.softsynth.jsyn.SynthNote
note, noteOff, noteOn, noteOnFor
 
Methods inherited from class com.softsynth.jsyn.SynthCircuit
add, compile, delete, getPeer, loadByName
 
Methods inherited from class com.softsynth.jsyn.SynthSound
addPort, addPort, findNamedPort, getName, getNumPorts, getPortAt, getPriority, setPriority, setStage, start, start, stop, stop
 
Methods inherited from class com.softsynth.jsyn.SynthObject
deleteAll, enableDeletionByGarbageCollector, enableTracking, getSynthContext, isTrackingEnabled, toString, track
 
Methods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

cutoff

public com.softsynth.jsyn.SynthInput cutoff

resonance

public com.softsynth.jsyn.SynthInput resonance

rate

public com.softsynth.jsyn.SynthInput rate

vibratorate

public com.softsynth.jsyn.SynthInput vibratorate

vibratodepth

public com.softsynth.jsyn.SynthInput vibratodepth
Constructor Detail

FilteredSawVibrato

public FilteredSawVibrato()

FilteredSawVibrato

public FilteredSawVibrato(com.softsynth.jsyn.SynthContext synthContext)
Method Detail

setStage

public void setStage(int time,
                     int stage)
Overrides:
setStage in class com.softsynth.jsyn.SynthSound