Uses of Class
net.charlesames.music.ensemble.ContainerOfInstrumentLinks

Packages that use ContainerOfInstrumentLinks
net.charlesames.music.ensemble Classes in package music.ensemble define the structure of scores. 
 

Uses of ContainerOfInstrumentLinks in net.charlesames.music.ensemble
 

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

Methods in net.charlesames.music.ensemble that return ContainerOfInstrumentLinks
 ContainerOfInstrumentLinks NoteListInstrumentLink.getContainer()
           
 

Methods in net.charlesames.music.ensemble with parameters of type ContainerOfInstrumentLinks
static NoteListInstrumentLink NoteListInstrumentLink.fromXmlNode(org.w3c.dom.Element element, ContainerOfInstrumentLinks container)
          Create a new NoteListInstrumentLink instance and fill it with loaded data.
 

Constructors in net.charlesames.music.ensemble with parameters of type ContainerOfInstrumentLinks
NoteListInstrumentLink(ContainerOfInstrumentLinks container, int id)
          Constructor for NoteListInstrumentLink instances.