2013-01-19 14:21:57 -05:00
|
|
|
Please preserve the following when adding files here:
|
|
|
|
|
2013-01-19 16:42:54 -05:00
|
|
|
All documents except MIDI.midnam have the conventional naming scheme
|
|
|
|
Manufacturer_Model.midnam, with spaces replaced with underscores.
|
2013-01-19 14:21:57 -05:00
|
|
|
|
2013-01-19 16:42:54 -05:00
|
|
|
All documents validate against MIDINameDocument10.dtd. Often the DOCTYPE needs
|
|
|
|
to be updated to the standard one, many old .midnam files use outdated versions
|
|
|
|
with broken links.
|
2013-01-19 14:21:57 -05:00
|
|
|
|
2013-01-19 16:42:54 -05:00
|
|
|
To validate a document, run:
|
|
|
|
|
|
|
|
xmllint --dtdvalid MIDINameDocument10.dtd Acme_Synthomatic.midnam > /dev/null
|
2013-01-19 14:21:57 -05:00
|
|
|
|
|
|
|
The same tool can be used to format the file nicely:
|
|
|
|
|
2013-01-19 16:42:54 -05:00
|
|
|
xmllint --format My_Device.ugly.midnam > Acme_Synthomatic.midnam
|