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

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

Uses of EnsembleChoir in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return EnsembleChoir
 EnsembleChoir ContainerOfChoirsAndContours.createChoir(int id, java.lang.String name)
          Create a new child choir under the present Ensemble or Choir.
static EnsembleChoir EnsembleChoir.fromXmlNode(org.w3c.dom.Element element, ContainerOfChoirsAndContours container)
          Create a new Choir instance and fill it with loaded data.
static EnsembleChoir EnsembleChoir.fromXmlNode(org.w3c.dom.Element element, EnsembleInstrument instrument)
          Create a new {code EnsembleChoir} instance and fill it with loaded data.
 EnsembleChoir ContainerOfChoirsAndContours.getChoir(java.lang.String path)
          Use the path as a guide to work down through nested sub-choir lists until the desired choir is located.
 EnsembleChoir MusicXmlPart.getContainer()
           
 EnsembleChoir MidiControl.getContainer()
           
 EnsembleChoir EnsembleVoice.getContainer()
           
 EnsembleChoir EnsembleChoirMusicXmlData.getContainer()
           
 EnsembleChoir EnsembleChoirMidiData.getContainer()
           
 

Methods in net.charlesames.music.ensemble that return types with arguments of type EnsembleChoir
 java.util.SortedMap<java.lang.Integer,EnsembleChoir> ContainerOfChoirsAndContours.getChoirsByID()
          Get the list of sub-choirs in id order
 java.util.SortedMap<java.lang.String,EnsembleChoir> ContainerOfChoirsAndContours.getChoirsByName()
          Get the list of sub-choirs in name order
 

Methods in net.charlesames.music.ensemble with parameters of type EnsembleChoir
static MusicXmlPart MusicXmlPart.fromXmlNode(org.w3c.dom.Element element, EnsembleChoir choir)
          Create a new MusicXmlPart instance and fill it with loaded data.
static MidiControl MidiControl.fromXmlNode(org.w3c.dom.Element element, EnsembleChoir choir)
          Create a new MidiControl instance and fill it with loaded data.
static EnsembleVoice EnsembleVoice.fromXmlNode(org.w3c.dom.Element element, EnsembleChoir choir)
          Create a new EnsembleVoice instance under a Choir and fill it with loaded data.
 void MusicXmlPart.setChoir(EnsembleChoir choir)
          Move a EnsembleVoice from its current parent EnsembleChoir to a different EnsembleChoir.
 void EnsembleVoice.setChoir(EnsembleChoir choir)
          Move a EnsembleVoice from its current parent EnsembleChoir to a different EnsembleChoir.
 

Constructors in net.charlesames.music.ensemble with parameters of type EnsembleChoir
EnsembleChoirMidiData(EnsembleChoir container)
          Constructor for EnsembleChoirMidiData instances.
EnsembleChoirMusicXmlData(EnsembleChoir container)
          Constructor for EnsembleChoirMusicXmlData instances.
MidiControl(EnsembleChoir container, TypeOfMidiControl controlType)
          Constructor for MidiControl instances.