diff --git a/_library_formats/AdlibTracker2-A2M.html b/_library_formats/AdlibTracker2-A2M.html index 96d9fc3..4223bbe 100644 --- a/_library_formats/AdlibTracker2-A2M.html +++ b/_library_formats/AdlibTracker2-A2M.html @@ -1,13 +1,15 @@ --- filename: AdlibTracker2.zip flags: "A DEPMS" -extension: .A2M +extension: .A2M, .A2T desc: Adlib Tracker 2 ---
Ablib Tracker 2 is a tracker written in Free Pascal. The layout is similar to -"Amiga ProTracker", but with OPL2/3 instruments instead.
+"Amiga ProTracker", but with OPL2/3 instruments instead. Starting +from version 9 each instrument may have rich macro capabilities (vibrato, tremolo +and FM registers). -Currently only file versions 1 through 8 are supported. Files version 9 and newer are not.
+Supported file versions from 1 to 14.
Original homepage
diff --git a/_library_formats/VideoGameMusic.html b/_library_formats/VideoGameMusic.html
index 7e2611c..06beb33 100644
--- a/_library_formats/VideoGameMusic.html
+++ b/_library_formats/VideoGameMusic.html
@@ -17,4 +17,6 @@
Format documentation is available -here.
\ No newline at end of file +here. +Library of .VGZ OPL1/2/3 files with online JS player: VGM OPL Collection
+Even bigger collections of multi-system VGM files: VGM Rips
diff --git a/_library_formats/XMIMIDI.html b/_library_formats/XMIMIDI.html new file mode 100644 index 0000000..26a957a --- /dev/null +++ b/_library_formats/XMIMIDI.html @@ -0,0 +1,14 @@ +--- +filename: AIL2.ZIP +flags: "A D PMS" +extension: .XMI +desc: XMI eXtended MIDI File Format +--- +The XMI (eXtended MIDI) File Format was created by Miles Design, Inc. for their AIL (Audio Interface Library). + It is based on the standard MIDI file format, but extends it with additional features such as OPL instrument + support and better timing control. XMI files were widely used in DOS games during the 1990s.
+ +
+ Original author's homepage
+ The AIL2.ZIP archive contains the AIL 2.14 SDK with source code for XMI playback and tools.
+