Adlib Tracker II instrument bank
From Just Solve the File Format Problem
(Difference between revisions)
m (Halftheisland moved page A2B to Adlib Tracker II instrument bank) |
m (merged in banks with macros (.a2w)) |
||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Audio and Music | |subcat=Audio and Music | ||
− | |extensions={{ext|a2b}} | + | |extensions={{ext|a2b}}, {{ext|a2w}} |
}} | }} | ||
== Description == | == Description == | ||
− | .a2b files are instrument banks used by [http://www.adlibtracker.net/ Adlib Tracker II]. | + | '''.a2b''' files are instrument banks used by [http://www.adlibtracker.net/ Adlib Tracker II]. The instrument banks may also contain macros - these banks have the file extension '''.a2w''' |
The file format consists of two parts - a header containing authenticity information such as [[CRC]] and the format version, which is ended by one or more values containing the length of the second section. The second section contains the compressed data. | The file format consists of two parts - a header containing authenticity information such as [[CRC]] and the format version, which is ended by one or more values containing the length of the second section. The second section contains the compressed data. | ||
Line 16: | Line 16: | ||
* [http://code.google.com/p/at2/source/browse/trunk/docs/techinfo.doc#1959 A2B file format description] | * [http://code.google.com/p/at2/source/browse/trunk/docs/techinfo.doc#1959 A2B file format description] | ||
+ | * [http://code.google.com/p/at2/source/browse/trunk/docs/techinfo.doc#2071 A2W file format description] | ||
== Software == | == Software == | ||
* [http://www.adlibtracker.net/index.php Adlib Tracker II] | * [http://www.adlibtracker.net/index.php Adlib Tracker II] |
Revision as of 13:06, 29 November 2012
Description
.a2b files are instrument banks used by Adlib Tracker II. The instrument banks may also contain macros - these banks have the file extension .a2w
The file format consists of two parts - a header containing authenticity information such as CRC and the format version, which is ended by one or more values containing the length of the second section. The second section contains the compressed data.
The compression algorithm used for the second part can be identified from the format version. Versions 1 & 5 are compressed with SixPack; 2 & 6 with LZW; 3 & 7 with LZSS. Versions 4 & 8 use no compression.