com.softsynth.jmsl.jsyn.circuits
Class AutopanningSawtooth
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.AutopanningSawtooth
public class AutopanningSawtooth
- extends com.softsynth.jsyn.SynthNote
This code automatically generated by Wire and hand-edited to rationalize the two part (stereo) output.
Wire is available from: http://www.softsynth.com/wire/
This SynthNote has a two-part output, and autopans a SawtoothOscillatorBL between them. Uses RedNoise to control
autopanning. Import this into a JMSL Score to demonstrate
- Author:
- Nick Didkovsky Sep 2003
Field Summary |
com.softsynth.jsyn.SynthInput |
panRate
frequency of rednoise that controls autopanning |
Fields inherited from class com.softsynth.jsyn.SynthNote |
amplitude, frequency |
Fields inherited from class com.softsynth.jsyn.SynthCircuit |
output |
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 |
panRate
public com.softsynth.jsyn.SynthInput panRate
- frequency of rednoise that controls autopanning
AutopanningSawtooth
public AutopanningSawtooth()
AutopanningSawtooth
public AutopanningSawtooth(com.softsynth.jsyn.SynthContext synthContext)
setStage
public void setStage(int time,
int stage)
- Overrides:
setStage
in class com.softsynth.jsyn.SynthSound