I have created a midname file for my Simmons SD500 electronic drum kit. I’d like to share it with the world by adding it to the share/patches directory. I am having trouble and could use some help.
I’ve read the instructions for forking the Ardour github repository. These instructions also indicate that I should read the README file in the share/patches directory. It contains these instructions:
To validate a document, run:
xmllint --dtdvalid MIDINameDocument10.dtd Acme_Synthomatic.midnam > /dev/null
It does not work, as I keep getting several errors. Here is the first one.
xmllint --dtdvalid MIDINameDocument10.dtd Simmons_SD500.midnam > /dev/null
error : Unknown IO error
Simmons_SD500.midnam:2: warning: failed to load external entity “http://www.midi.org/dtds/MIDINameDocument10.dtd”
/DTD MIDINameDocument 1.0//EN" “http://www.midi.org/dtds/MIDINameDocument10.dtd”
To verify that it’s not my midnam file, I downloaded the Alesis_DM5.midnam file from the Ardour repository and I get the same messages.
xmllint --dtdvalid MIDINameDocument10.dtd Alesis_DM5.midnam > /dev/null
error : Unknown IO error
Alesis_DM5.midnam:2: warning: failed to load external entity “http://www.midi.org/dtds/MIDINameDocument10.dtd”
/DTD MIDINameDocument 1.0//EN" “http://www.midi.org/dtds/MIDINameDocument10.dtd”