c096d93b8bd29427589a132d6c163cc206013fde
[ardour.git] / patchfiles / README
1 Please preserve the following when adding files here:
2
3 All documents except the two standard MIDI ones have the conventional naming
4 scheme Manufacturer_Model.midnam, with spaces replaced with underscores.
5
6 All documents validate against MIDINameDocument10.dtd.  Please ensure any
7 changes or additions do not break the documents.  To check, run:
8
9 xmllint --dtdvalid MIDINameDocument10.dtd My_Device.midnam > /dev/null
10
11 The same tool can be used to format the file nicely:
12
13 xmllint --format My_Device.ugly.midnam > My_Device.midnam