Uses of Interface
com.softsynth.jmsl.util.XMLWritable

Packages that use XMLWritable
com.softsynth.jmsl   
com.softsynth.jmsl.score   
com.softsynth.jmsl.util   
 

Uses of XMLWritable in com.softsynth.jmsl
 

Classes in com.softsynth.jmsl that implement XMLWritable
 class JMSLMixerContainer
          A heterogenous Mixer which can accept any Instrument whose getMixerClassName() returns a valid class name.
 class PanAmpPair
           
 

Uses of XMLWritable in com.softsynth.jmsl.score
 

Classes in com.softsynth.jmsl.score that implement XMLWritable
 class Measure
          Measure
A ParallelCollection of Staff
JMSL Notation Project
 class Note
          Note
A Note is a Playable object with dur/note/amp/hold info as well as graphic info.
 class Orchestra
           
 class Score
          Score has a handle to a ScoreCollection.
 class ScoreSection
          Section holds start/end measure number information to play subsections of a piece
JMSL Score project.
 class Staff
          Staff
A Staff is a ParallelCollection of up to any number of Tracks, which get drawn on the same staff, played by the same instrument.
 class StaffSpacing
           
 class Track
          Track
A Track is a MusicList of Note objects
JMSL Notation Project
 

Methods in com.softsynth.jmsl.score that return XMLWritable
 XMLWritable XMLScoreEnabled.getXMLWritable()
           
 

Uses of XMLWritable in com.softsynth.jmsl.util
 

Classes in com.softsynth.jmsl.util that implement XMLWritable
 class Patch
          Represents the output of one instrument being patched to the input of a JSynSignalProcessingInstrument.