Hosted by
|
with XML_Readers; use XML_Readers;
with XML_Writers; use XML_Writers;
package Midi_Instruments.MusicXML is
function Read_Midi_Instrument
(XML : access XML_Reader)
return Midi_Instrument_Access;
procedure Write_Midi_Instrument
(XML : access XML_Writer;
This : access Midi_Instrument);
end Midi_Instruments.MusicXML;
|