Uses of Package
net.charlesames.music.ensemble

Packages that use net.charlesames.music.ensemble
net.charlesames.music.common Classes in package music.common implement shared functionality. 
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
net.charlesames.music.musicxml The purpose of package music.musicxml is to generate files in MusicXML format. 
net.charlesames.music.score Classes in the {code net.charlesames.music.score} package represent musical scores and the components which comprise musical scores. 
net.charlesames.music.utility   
 

Classes in net.charlesames.music.ensemble used by net.charlesames.music.common
Ensemble
          Every ensemble starts at the top with an instance of the Ensemble class.
EnsembleEntity
          The abstract EnsembleEntity class provides a base for all Ensemble components.
 

Classes in net.charlesames.music.ensemble used by net.charlesames.music.ensemble
ContainerOfChoirsAndContours
          The abstract ContainerOfChoirsAndContours class implements functionality shared between Ensemble and EnsembleChoir objects.
ContainerOfInstrumentLinks
          The abstract ContainerOfInstrumentLinks class implements functionality shared between ContainerOfInstrumentLinks and UnpitchedSound objects.
Ensemble
          Every ensemble starts at the top with an instance of the Ensemble class.
EnsembleChoir
          Instances of the EnsembleChoir class define hierarchical groupings for voice specifications, contour specifications, MIDI controls, and sub-choirs.
EnsembleContour
          The EnsembleContour class contains information about ScoreContour Each EnsembleContour instance is a child of a EnsembleChoir.
EnsembleCredit
          The EnsembleCredit class documents information such as the composer name and copyright date.
EnsembleEntity
          The abstract EnsembleEntity class provides a base for all Ensemble components.
EnsembleInstrument
          The {link EnsembleInstrument} class holds attributes that determine the timbre of a note.
EnsembleInstrumentVoice
          The EnsembleInstrumentVoice class implements a cross reference between an EnsembleInstrument and an EnsembleVoice which is capable of using the instrument.
EnsembleVoice
          The EnsembleVoice class hold properties.
EnsembleVoiceMusicXmlData
          XML I/O stuff for EnsembleVoice data that is pertinent to Music-N note lists.
MidiControl
          A MidiControl instance binds a TypeOfMidiControl instance with a ScoreContour that details how control values evolve over time.
MusicXmlPart
          MusicXmlPart objects together define the coarse vertical structure of a MusicXML score.
MusicXmlStaff
          MusicXmlStaff objects together define the fine vertical structure of a MusicXML part.
NoteAttribute
          The NoteAttribute class maps attribute names to specific properties of ScoreNote instances.
NoteListFormat
          Output formats for MUSIC-N Note lists.
NoteListInstrument
          The NoteListInstrument class defines note-list instrument ID's and associates these with EnsembleContour instances.
NoteListInstrumentContour
          Deprecated.  
NoteListInstrumentLink
          The NoteListInstrumentLink class defines an external reference from a ContainerOfInstrumentLinks to a NoteListInstrument.
NoteListLineTerminator
          Line terminator options for MUSIC-N note lists.
NoteListOpcode
          NoteListOpcode objects define the text used to identify various types of statement in MUSIC-N note lists.
NoteListParameter
          NoteListParameter objects direct score information to be written to fields in MUSIC-N note lists.
NoteListParameterLink
          NoteListParameterLink instances details how to obtain parameter values when the EnsembleInstrument associated with the containing NoteListInstrumentLink generates a note statement using the associated NoteListInstrument.
NoteListParameterLink.Moment
          The NoteListParameterLink.Moment class identifies at what time during a note a Contour link should acquire a parameter value.
TuningElement
          Element of a mapping from degrees to cents.
TuningElementAccidental
           
TuningElementDegree
           
TuningElementInflection
           
TuningElementLetter
           
TuningMap
          A TuningMap manages mappings between Degree instances and tunings expressed in cents.
TuningMap.Type
          Tuning map options.
TuningMapChromatic
          In a TuningMapChromatic the cents value associated with each degree independently configurable.
TuningMapDiatonic
          In a TuningMapDiatonic the cents value associated with any degree is the sum of a cents value associated with the letter name and the cents value associated with the accidental.
TypeOfMidiControl
          TypeOfMidiControl instances defines MIDI controller types such as velocity, pitch bend, channel pressure, modulation wheel, and so forth.
TypeOfOpcode
          TypeOfOpcode instances headers for statements in MUSIC-N note-lists.
TypeOfParameterLink
          Each TypeOfParameterLink instance defines a method for obtaining a parameter value.
UnpitchedIndication
          An EnsembleEntity which wraps a MusicXML Indication.
UnpitchedSound
          An UnpitchedSound object maps a Pitch to details controlling the musical sound.
 

Classes in net.charlesames.music.ensemble used by net.charlesames.music.musicxml
EnsembleInstrument
          The {link EnsembleInstrument} class holds attributes that determine the timbre of a note.
UnpitchedSound
          An UnpitchedSound object maps a Pitch to details controlling the musical sound.
 

Classes in net.charlesames.music.ensemble used by net.charlesames.music.score
Ensemble
          Every ensemble starts at the top with an instance of the Ensemble class.
EnsembleContour
          The EnsembleContour class contains information about ScoreContour Each EnsembleContour instance is a child of a EnsembleChoir.
EnsembleInstrument
          The {link EnsembleInstrument} class holds attributes that determine the timbre of a note.
EnsembleVoice
          The EnsembleVoice class hold properties.
NoteListInstrumentLink
          The NoteListInstrumentLink class defines an external reference from a ContainerOfInstrumentLinks to a NoteListInstrument.
 

Classes in net.charlesames.music.ensemble used by net.charlesames.music.utility
Ensemble
          Every ensemble starts at the top with an instance of the Ensemble class.