Uses of Package
com.softsynth.jmsl.util

Packages that use com.softsynth.jmsl.util
com.softsynth.jmsl   
com.softsynth.jmsl.jsyn   
com.softsynth.jmsl.max   
com.softsynth.jmsl.score   
com.softsynth.jmsl.score.midi   
com.softsynth.jmsl.score.transcribe   
com.softsynth.jmsl.score.view   
com.softsynth.jmsl.util   
com.softsynth.jmsl.view   
jmslexamples.jsyn   
jmsltestsuite   
jmsltutorial   
 

Classes in com.softsynth.jmsl.util used by com.softsynth.jmsl
XMLCreatable
          Classes implementing this acquire XML attributes and generate a new object from these attributes.
XMLWritable
           
 

Classes in com.softsynth.jmsl.util used by com.softsynth.jmsl.jsyn
AttributeBuildable
          A class that implements AttributeBuildable should be able to completely restore its state based on values provided by public set() methods
DirectorySettable
           
HandleSpecialXMLTag
          An Object that implements this interface can define a method to handle XML tags that fall outside of the simple bean model of attribute/value pair.
Tuning
           
 

Classes in com.softsynth.jmsl.util used by com.softsynth.jmsl.max
HandleSpecialXMLTag
          An Object that implements this interface can define a method to handle XML tags that fall outside of the simple bean model of attribute/value pair.
 

Classes in com.softsynth.jmsl.util used by com.softsynth.jmsl.score
Command
           
NewXMLObjectListener
           
Patch
          Represents the output of one instrument being patched to the input of a JSynSignalProcessingInstrument.
RunRange
           
TimeSignature
          TimeSignature class.
Undoable
           
UndoRedoStackListener
           
XMLCreatable
          Classes implementing this acquire XML attributes and generate a new object from these attributes.
XMLLoaderException
           
XMLWritable
           
 

Classes in com.softsynth.jmsl.util used by com.softsynth.jmsl.score.midi
AttributeBuildable
          A class that implements AttributeBuildable should be able to completely restore its state based on values provided by public set() methods
 

Classes in com.softsynth.jmsl.util used by com.softsynth.jmsl.score.transcribe
TimeSignature
          TimeSignature class.
 

Classes in com.softsynth.jmsl.util used by com.softsynth.jmsl.score.view
TimeSignature
          TimeSignature class.
 

Classes in com.softsynth.jmsl.util used by com.softsynth.jmsl.util
ADSRDataMaker
          Build a simple 4 stage envelope.
HandleSpecialXMLTag
          An Object that implements this interface can define a method to handle XML tags that fall outside of the simple bean model of attribute/value pair.
Interpolator
          An Interpolator is first set up with two (x,y) points, then can be fed any other x to get a y
MusicShapeEditorOperator
          Interface to operate on the currently selected MusicShape in MusicShapeEditor.
NewXMLObjectListener
           
Polynomial
          Polynomial
Implement polynomial using MusicShape as coefficient holder.
RandomSequence
          Generate evenly distributed pseudo-random sequence of integers within a given inclusive range.
RunRangeChecker
          A test to extract a range of objects linked to each other.
SequencerGeneratorAdapter
          SequenceGenerator with reusable random driver implementation Contains its own RandomDriver which can be used to make random choices.
SimpleXMLLoader
          Read in an XML file that describes an Object, and recreate the object with values found for all matching get/set methods that handle primitive types (String, boolean, int, double), Example, Class com.widgits.City below has matching get/set methods for popuation
TimeSignature
          TimeSignature class.
Tuning
           
TuningET
          TuningET Equal tempered Tuning
TuningTable
           
XMLCreatable
          Classes implementing this acquire XML attributes and generate a new object from these attributes.
XMLLoaderException
           
XMLWritable
           
 

Classes in com.softsynth.jmsl.util used by com.softsynth.jmsl.view
DirectorySettable
           
MusicShapeEditorOperator
          Interface to operate on the currently selected MusicShape in MusicShapeEditor.
 

Classes in com.softsynth.jmsl.util used by jmslexamples.jsyn
AttributeBuildable
          A class that implements AttributeBuildable should be able to completely restore its state based on values provided by public set() methods
 

Classes in com.softsynth.jmsl.util used by jmsltestsuite
AttributeBuildable
          A class that implements AttributeBuildable should be able to completely restore its state based on values provided by public set() methods
DirectorySettable
           
HandleSpecialXMLTag
          An Object that implements this interface can define a method to handle XML tags that fall outside of the simple bean model of attribute/value pair.
 

Classes in com.softsynth.jmsl.util used by jmsltutorial
AttributeBuildable
          A class that implements AttributeBuildable should be able to completely restore its state based on values provided by public set() methods
DirectorySettable
           
HandleSpecialXMLTag
          An Object that implements this interface can define a method to handle XML tags that fall outside of the simple bean model of attribute/value pair.