com.softsynth.jmsl.jsyn.circuits
Class BandPassSynthNote
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.BandPassSynthNote
public class BandPassSynthNote
- extends com.softsynth.jsyn.SynthNote
Signal processing. This SynthNote has an input port so you can connect other
signals to it. Used to demonstrate signal processing instrument
- Author:
- Nick Didkovsky, (c) 2003 all rights reserved
- See Also:
SynthNoteAllPortsInstrumentSP
Field Summary |
com.softsynth.jsyn.SynthInput |
input
|
com.softsynth.jsyn.SynthInput |
Q
range 0..2, default 0.1 |
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 |
input
public com.softsynth.jsyn.SynthInput input
Q
public com.softsynth.jsyn.SynthInput Q
- range 0..2, default 0.1
BandPassSynthNote
public BandPassSynthNote()
BandPassSynthNote
public BandPassSynthNote(com.softsynth.jsyn.SynthContext synthContext)
setStage
public void setStage(int time,
int stage)
- Overrides:
setStage
in class com.softsynth.jsyn.SynthSound