Class FilteredSawtoothExpLag

java.lang.Object
java.util.Observable
com.softsynth.jsyn.SynthObject
com.softsynth.jsyn.SynthSound
com.softsynth.jsyn.SynthCircuit
com.softsynth.jsyn.SynthNote
com.softsynth.jmsl.jsyn.circuits.FilteredSawtoothExpLag

public class FilteredSawtoothExpLag
extends com.softsynth.jsyn.SynthNote
Deprecated.
use the pure Java JSyn2 package instead
Hand this classname to a SynthNoteAllPortsInstrument and play with it. This code automatically generated by Wire. Wire is available from: http://www.softsynth.com/wire/
Author:
Nick Didkovsky, (c) 2004 Nick Didkovsky, all rights reserved
  • Field Summary

    Fields
    Modifier and Type Field Description
    com.softsynth.jsyn.SynthInput cutoff
    Deprecated.
     
    com.softsynth.jsyn.SynthVariable cutoffRate
    Deprecated.
     
    com.softsynth.jsyn.SynthInput rate
    Deprecated.
     
    com.softsynth.jsyn.SynthInput resonance
    Deprecated.
     
    com.softsynth.jsyn.SynthVariable resonRate
    Deprecated.
     

    Fields inherited from class com.softsynth.jsyn.SynthNote

    amplitude, frequency

    Fields inherited from class com.softsynth.jsyn.SynthCircuit

    output
  • Constructor Summary

    Constructors
    Constructor Description
    FilteredSawtoothExpLag()
    Deprecated.
     
    FilteredSawtoothExpLag​(com.softsynth.jsyn.SynthContext synthContext)
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    void setStage​(int time, int stage)
    Deprecated.
     

    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 Details

    • rate

      public com.softsynth.jsyn.SynthInput rate
      Deprecated.
    • cutoff

      public com.softsynth.jsyn.SynthInput cutoff
      Deprecated.
    • resonance

      public com.softsynth.jsyn.SynthInput resonance
      Deprecated.
    • cutoffRate

      public com.softsynth.jsyn.SynthVariable cutoffRate
      Deprecated.
    • resonRate

      public com.softsynth.jsyn.SynthVariable resonRate
      Deprecated.
  • Constructor Details

    • FilteredSawtoothExpLag

      public FilteredSawtoothExpLag()
      Deprecated.
    • FilteredSawtoothExpLag

      public FilteredSawtoothExpLag​(com.softsynth.jsyn.SynthContext synthContext)
      Deprecated.
  • Method Details

    • setStage

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