Package com.softsynth.jmsl.jsyn.circuits
Class FixedRateSampleReader
java.lang.Object
java.util.Observable
com.softsynth.jsyn.SynthObject
com.softsynth.jsyn.SynthSound
com.softsynth.jsyn.SynthCircuit
com.softsynth.jmsl.jsyn.circuits.FixedRateSampleReader
- Direct Known Subclasses:
FixedRateSampleReaderMono
,FixedRateSampleReaderStereo
public class FixedRateSampleReader
extends com.softsynth.jsyn.SynthCircuit
Deprecated.
use the pure Java JSyn2 package instead
- Author:
- Nick Didkovsky, (c) 2004 All rights reserved, Email: nick@didkovsky.com
-
Field Summary
Fields Modifier and Type Field Description com.softsynth.jsyn.SynthInput
amplitude
Deprecated.com.softsynth.jsyn.SynthSampleQueue
samplePort
Deprecated.Fields inherited from class com.softsynth.jsyn.SynthCircuit
output
-
Constructor Summary
Constructors Constructor Description FixedRateSampleReader()
Deprecated. -
Method Summary
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
-
Field Details
-
amplitude
public com.softsynth.jsyn.SynthInput amplitudeDeprecated. -
samplePort
public com.softsynth.jsyn.SynthSampleQueue samplePortDeprecated.
-
-
Constructor Details
-
FixedRateSampleReader
public FixedRateSampleReader()Deprecated.
-