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

Packages that use UnpitchedSound
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. 
 

Uses of UnpitchedSound in net.charlesames.music.ensemble
 

Methods in net.charlesames.music.ensemble that return UnpitchedSound
 UnpitchedSound EnsembleInstrument.createUnpitchedSound(Pitch pitch)
          Create a new UnpitchedSound instance and add it to this EnsembleInstrument.
static UnpitchedSound UnpitchedSound.fromXmlNode(org.w3c.dom.Element element, EnsembleInstrument instrument)
          Create a new UnpitchedSound instance and fill it with loaded data.
 UnpitchedSound UnpitchedSoundNoteListData.getContainer()
           
 UnpitchedSound UnpitchedSoundMusicXmlData.getContainer()
           
 UnpitchedSound UnpitchedSoundMidiData.getContainer()
           
 UnpitchedSound UnpitchedIndication.getContainer()
           
 UnpitchedSound EnsembleInstrument.getUnpitchedSound(Pitch pitch)
          Get the UnpitchedSound instance associated with the specified pitch.
 

Methods in net.charlesames.music.ensemble that return types with arguments of type UnpitchedSound
 java.util.SortedMap<java.lang.Integer,UnpitchedSound> EnsembleInstrument.getUnpitchedSounds()
          Get all UnpitchedSound instances.
 

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

Constructors in net.charlesames.music.ensemble with parameters of type UnpitchedSound
UnpitchedIndication(UnpitchedSound container, Indication indication)
           
UnpitchedSoundMidiData(UnpitchedSound container)
          Constructor for UnpitchedSoundMidiData instances.
UnpitchedSoundMusicXmlData(UnpitchedSound container)
          Constructor for UnpitchedSoundMusicXmlData instances.
UnpitchedSoundNoteListData(UnpitchedSound container)
          Constructor for UnpitchedSoundNoteListData instances.
 

Uses of UnpitchedSound in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml with parameters of type UnpitchedSound
 java.lang.String ScorePart.createUnpitchedSoundID(UnpitchedSound unpitchedSound)
          Construct an instrument id from a specified UnpitchedSound instance.