Package jmsltutorial
Class TootDelay
java.lang.Object
java.util.Observable
com.softsynth.jsyn.SynthObject
com.softsynth.jsyn.SynthSound
com.softsynth.jsyn.SynthCircuit
com.softsynth.jsyn.SynthNote
jmsltutorial.TootDelay
public class TootDelay
extends com.softsynth.jsyn.SynthNote
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/
-
Field Summary
Fields Modifier and Type Field Description com.softsynth.jsyn.SynthInputdelaycom.softsynth.jsyn.SynthInputfeedbackcom.softsynth.jsyn.SynthInputinputFields inherited from class com.softsynth.jsyn.SynthNote
amplitude, frequencyFields inherited from class com.softsynth.jsyn.SynthCircuit
output -
Constructor Summary
-
Method Summary
Modifier and Type Method Description voidsetStage(int time, int stage)Methods inherited from class com.softsynth.jsyn.SynthNote
note, noteOff, noteOn, noteOnForMethods inherited from class com.softsynth.jsyn.SynthCircuit
add, compile, delete, getPeer, loadByNameMethods inherited from class com.softsynth.jsyn.SynthSound
addPort, addPort, findNamedPort, getName, getNumPorts, getPortAt, getPriority, setPriority, setStage, start, start, stop, stopMethods inherited from class com.softsynth.jsyn.SynthObject
deleteAll, enableDeletionByGarbageCollector, enableTracking, getSynthContext, isTrackingEnabled, toString, trackMethods inherited from class java.util.Observable
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObserversMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
input
public com.softsynth.jsyn.SynthInput input -
delay
public com.softsynth.jsyn.SynthInput delay -
feedback
public com.softsynth.jsyn.SynthInput feedback
-
-
Constructor Details
-
TootDelay
public TootDelay() -
TootDelay
public TootDelay(com.softsynth.jsyn.SynthContext synthContext)
-
-
Method Details
-
setStage
public void setStage(int time, int stage)- Overrides:
setStagein classcom.softsynth.jsyn.SynthSound
-