Uses of Package
com.softsynth.jmsl.score.transcribe

Packages that use com.softsynth.jmsl.score.transcribe
com.softsynth.jmsl.score.transcribe   
jmslexamples.simple   
jmsltestsuite   
jmsltutorial   
 

Classes in com.softsynth.jmsl.score.transcribe used by com.softsynth.jmsl.score.transcribe
BeatDivision
          This class handles one beat of music events.
BeatDivisionList
          This class holds a collection of candidate BeatDivision's competing for a particular beat of a particular measure.
BeatDivisionScheme
          This class specifies a unique division of a beat (triplet, quintuplet, etc).
ElementMissedException
           
MeasureBeatDivisions
          Holds a BeatDivisionList for each beat of an entire measure.
SearchPath
          A vector of BeatDivisions that asserts a solution for transcribing the events within one measure.
SearchPathListExpansionException
           
TimeWindowNotFoundException
           
TranscriberListener
          Classes implementing this interface can be added to a list of TranscriberListeners in a com.softsynth.jmsl.score.transcribe.Transcriber.
 

Classes in com.softsynth.jmsl.score.transcribe used by jmslexamples.simple
ElementMissedException
           
SearchPathListExpansionException
           
 

Classes in com.softsynth.jmsl.score.transcribe used by jmsltestsuite
ElementMissedException
           
SearchPathListExpansionException
           
TranscriberListener
          Classes implementing this interface can be added to a list of TranscriberListeners in a com.softsynth.jmsl.score.transcribe.Transcriber.
 

Classes in com.softsynth.jmsl.score.transcribe used by jmsltutorial
TranscriberListener
          Classes implementing this interface can be added to a list of TranscriberListeners in a com.softsynth.jmsl.score.transcribe.Transcriber.