13
0
livetrax/patchfiles
David Robillard 448c156b4b Update patchfiles/README and remove executable bit from all midnam files.
git-svn-id: svn://localhost/ardour2/branches/3.0@13907 d708f5d6-7413-0410-9779-e7cbd77b26cf
2013-01-19 21:42:54 +00:00
..
Alesis_DM5.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Alesis_NanoPiano.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Casio_CZ-1.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Clavia_Nord_Lead_II.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Digidesign_MP1.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
E-mu_Mo_Phatt.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
E-mu_Proteus_2000.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Korg_ER-1.midnam
Korg_Karma.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Korg_MS2000R.midnam
Korg_NX5R.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Korg_Trinity_Track.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Korg_Triton.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Kurzweil_SP88x.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Line_6_EchoPro.midnam
Line_6_ModPro.midnam
MIDI.midnam
MIDINameDocument10.dtd
Moog_Minitaur.midnam
Novation_Nova.midnam
Novation_Super_BassStation.midnam
Peavey_DPM-V3.midnam
README Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Roland_Fantom-Xa.midnam
Roland_GR-1.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Roland_GR-33.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Roland_JP-8080.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Roland_JV-1010.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Roland_JV-1080_exp.midnam
Roland_JV-1080.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Roland_JV-2080.midnam Add midnam file for Roland JV-2080. 2013-01-19 21:35:08 +00:00
Roland_M-BD1.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Roland_Phantom.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Roland_RD-250s.midnam
Roland_SC-88_Pro.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Roland_XV-88.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Roland_XV-3080.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Roland_XV-5080.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Sequential_Circuits_Prophet_600.midnam
TC_Electronic_M3000.midnam
Waldorf_Micro_Q.midnam
wscript
Yamaha_EX-5.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Yamaha_MM6.midnam
Yamaha_MOTIF_XS.midnam
Yamaha_MOTIF-RACK_ES.midnam
Yamaha_MU10XG.midnam
Yamaha_PSR540.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00
Yamaha_PSR-275.midnam
Yamaha_PSR-S900.midnam
Yamaha_S90.midnam Update patchfiles/README and remove executable bit from all midnam files. 2013-01-19 21:42:54 +00:00

Please preserve the following when adding files here:

All documents except MIDI.midnam have the conventional naming scheme
Manufacturer_Model.midnam, with spaces replaced with underscores.

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.

To validate a document, run:

xmllint --dtdvalid MIDINameDocument10.dtd Acme_Synthomatic.midnam > /dev/null

The same tool can be used to format the file nicely:

xmllint --format My_Device.ugly.midnam > Acme_Synthomatic.midnam