fix mistaken "do not roll" conclusion in TransportFSM::compute_should_roll()
[ardour.git] / patchfiles / README
1 Please preserve the following when adding files here:
2
3 All documents except MIDI.midnam have the conventional naming scheme
4 Manufacturer_Model.midnam, with spaces replaced with underscores.
5
6 All documents validate against MIDINameDocument10.dtd.  Often the DOCTYPE needs
7 to be updated to the standard one, many old .midnam files use outdated versions
8 with broken links.
9
10 To validate a document, run:
11
12 xmllint --dtdvalid MIDINameDocument10.dtd Acme_Synthomatic.midnam > /dev/null
13
14 The same tool can be used to format the file nicely:
15
16 xmllint --format My_Device.ugly.midnam > Acme_Synthomatic.midnam