Uses of Class
net.charlesames.music.musicxml.MidiInstrument

Packages that use MidiInstrument
net.charlesames.music.musicxml The purpose of package music.musicxml is to generate files in MusicXML format. 
 

Uses of MidiInstrument in net.charlesames.music.musicxml
 

Methods in net.charlesames.music.musicxml that return MidiInstrument
 MidiInstrument ScorePart.createMidiInstrument(java.lang.String id)
          Create a new MidiInstrument instance and add it to this part.
static MidiInstrument MidiInstrument.fromXmlNode(org.w3c.dom.Element element, ScorePart container)
          Create a new MidiInstrument instance and fill it with loaded data.
 MidiInstrument ScorePart.getMidiInstrument(java.lang.String id)
          Get the MidiInstrument instance with the indicated id.