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

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

Uses of EnsembleInstrumentVoice in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return EnsembleInstrumentVoice
 EnsembleInstrumentVoice EnsembleInstrument.addCapableVoice(EnsembleVoice voice)
          Add the indicated voice specification to the list of voices capable of playing this instrument.
static EnsembleInstrumentVoice EnsembleInstrumentVoice.fromXmlNode(org.w3c.dom.Element element, EnsembleInstrument instrument)
          Create a new EnsembleInstrumentVoice instance and fill it with loaded data.
 

Methods in net.charlesames.music.ensemble that return types with arguments of type EnsembleInstrumentVoice
 java.util.SortedMap<java.lang.Integer,EnsembleInstrumentVoice> EnsembleInstrument.getCapableVoices()