com.softsynth.jsyn.circuits
Class PluckSample

java.lang.Object
  extended by java.util.Observable
      extended by com.softsynth.jsyn.SynthObject
          extended by com.softsynth.jsyn.SynthChannelData
              extended by com.softsynth.jsyn.SynthSample
                  extended by com.softsynth.jsyn.circuits.PluckSample

public class PluckSample
extends SynthSample

PluckSample class for Java Audio Synthesis

Author:
(C) 1997 Phil Burk, SoftSynth.com, All Rights Reserved

Field Summary
 
Fields inherited from class com.softsynth.jsyn.SynthSample
AIFF, byteData, UNRECOGNIZED, WAV
 
Fields inherited from class com.softsynth.jsyn.SynthChannelData
cuePoints
 
Constructor Summary
PluckSample(int numFrames)
           
 
Method Summary
 void fill()
           
 
Methods inherited from class com.softsynth.jsyn.SynthSample
allocate, clear, clear, dump, getBaseFrequency, getChannelsPerFrame, getFileSize, getFileType, getNumBytesRead, getOffset, getSampleRate, load, load, loadShorts, read, read, setBaseFrequency, setHighAmplitude, setHighFrequency, setLowAmplitude, setLowFrequency, setSampleRate, write, write
 
Methods inherited from class com.softsynth.jsyn.SynthChannelData
findCuePoint, findCuePosition, getMaxFrames, getNumFrames, getReleaseBegin, getReleaseEnd, getReleaseSize, getSustainBegin, getSustainEnd, getSustainSize, insertSortedCue, setNumFrames, setReleaseLoop, setSustainLoop
 
Methods inherited from class com.softsynth.jsyn.SynthObject
delete, deleteAll, enableDeletionByGarbageCollector, enableTracking, getPeer, 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

PluckSample

public PluckSample(int numFrames)
            throws SynthException
Throws:
SynthException
Method Detail

fill

public void fill()
          throws SynthException
Throws:
SynthException