|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.Observable
com.softsynth.jsyn.SynthObject
com.softsynth.jsyn.SynthSound
com.softsynth.jsyn.SynthCircuit
com.softsynth.jsyn.SynthNote
jmsltutorial.SineCircuit
public class SineCircuit
| Field Summary |
|---|
| Fields inherited from class com.softsynth.jsyn.SynthNote |
|---|
amplitude, frequency |
| Fields inherited from class com.softsynth.jsyn.SynthCircuit |
|---|
output |
| Constructor Summary | |
|---|---|
SineCircuit()
|
|
| 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 SineCircuit()
| Method Detail |
|---|
public void noteOn(int time,
double frq,
double ampl)
noteOn in class com.softsynth.jsyn.SynthNotepublic 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 | |||||||||