Class Warbler

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.Warbler

public class Warbler
extends com.softsynth.jsyn.SynthNote
Deprecated.
use the pure Java JSyn2 package instead
Signal processing SynthNote. Send signal through a delayline whose delay value is modulated by an sine ND 11/12/04 WARNING - this code automatically generated by Wire. The real source is probably a Wire patch. Do NOT edit this file unless you copy it to another directory and change the name. Otherwise it is likely to get clobbered the next time you export Java source code from 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 input
    Deprecated.
     
    com.softsynth.jsyn.SynthDistributor wobbleDepth
    Deprecated.
     
    com.softsynth.jsyn.SynthInput wobbleFrequency
    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
    Warbler()
    Deprecated.
     
    Warbler​(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

    • input

      public com.softsynth.jsyn.SynthInput input
      Deprecated.
    • wobbleFrequency

      public com.softsynth.jsyn.SynthInput wobbleFrequency
      Deprecated.
    • wobbleDepth

      public com.softsynth.jsyn.SynthDistributor wobbleDepth
      Deprecated.
  • Constructor Details

    • Warbler

      public Warbler()
      Deprecated.
    • Warbler

      public Warbler​(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