summaryrefslogtreecommitdiff
path: root/patchfiles/README
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-19 19:21:57 +0000
committerDavid Robillard <d@drobilla.net>2013-01-19 19:21:57 +0000
commitca41354e466333425ae7ed5d99486ca5b5a125be (patch)
tree276e1aa92229a771b71284e0a48ca11c79790b1e /patchfiles/README
parentcc8b42f167e4ca997e65f0e07c213d1f3657c890 (diff)
Add instructions for adding midnam files.
git-svn-id: svn://localhost/ardour2/branches/3.0@13901 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'patchfiles/README')
-rw-r--r--patchfiles/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/patchfiles/README b/patchfiles/README
new file mode 100644
index 0000000000..c096d93b8b
--- /dev/null
+++ b/patchfiles/README
@@ -0,0 +1,13 @@
+Please preserve the following when adding files here:
+
+All documents except the two standard MIDI ones have the conventional naming
+scheme Manufacturer_Model.midnam, with spaces replaced with underscores.
+
+All documents validate against MIDINameDocument10.dtd. Please ensure any
+changes or additions do not break the documents. To check, run:
+
+xmllint --dtdvalid MIDINameDocument10.dtd My_Device.midnam > /dev/null
+
+The same tool can be used to format the file nicely:
+
+xmllint --format My_Device.ugly.midnam > My_Device.midnam