|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.Observable com.softsynth.jsyn.SynthObject com.softsynth.jsyn.SynthSound com.softsynth.jsyn.SynthCircuit com.softsynth.jsyn.SynthNote jmslexamples.jsyn.SpeedySynthNote
public class SpeedySynthNote
For Speedy example
Field Summary |
---|
Fields inherited from class com.softsynth.jsyn.SynthNote |
---|
amplitude, frequency |
Fields inherited from class com.softsynth.jsyn.SynthCircuit |
---|
output |
Constructor Summary | |
---|---|
SpeedySynthNote()
|
Method Summary | |
---|---|
void |
noteOff(int time)
|
void |
noteOn(int time,
double frq,
double ampl)
Bang the circuit to make a sound |
Methods inherited from class com.softsynth.jsyn.SynthNote |
---|
note, 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, 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 |
Constructor Detail |
---|
public SpeedySynthNote() throws com.softsynth.jsyn.SynthException
com.softsynth.jsyn.SynthException
Method Detail |
---|
public void noteOn(int time, double frq, double ampl)
noteOn
in class com.softsynth.jsyn.SynthNote
public void noteOff(int time)
noteOff
in class com.softsynth.jsyn.SynthNote
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |