Akai Disk & File Formats PDF
Akai Disk & File Formats PDF
Contents
1. Akai disk format overview
2. S900, S950 disk format
3. S900, S950 sample format
4. S1000, S1100, S01 disk format
5. S1000 sample format
6. S1000 program format
7. S3000 disk format
8. S3000 sample format
9. MPC2000 file format
10. Teledisk format
11. MESA file format
12. S5000/S6000 sample format
13. S5000/S6000 program format
14. PC floppy drive programming
15. This document
Unwritten bytes on a disk are set to zero. Multi-byte values have the lsb first (little-endian). This document
refers to the first byte in a block as 'byte 1', not 'byte 0'. All values are decimal unless otherwise stated.
Akai hard disks and CD-ROMs use the same file format as Akai floppy disks, and virtually the same disk
format.
Bytes 1536 to 3136 (1536 to 4736 for high density) contain a map of how the blocks on the disk are used, in
the form of 2-byte unsigned integers. For example, if a file starts at block 5, map entry 5 may contain the
http://mda.smartelectronix.com/akai/akaiinfo.htm 12/09/2018
Akai Disk & File Formats Pagina 2 di 9
value 6, indicating that the next block to read is block 6. The next block to read is then given by map entry
6. The map entry for the last block of a file contains the value 32768. Unused blocks have a map entry of
zero. The first 4 blocks are needed for the file entries and map.
Note that the S950 can use high-density disks and can read S1000 disks, but the S900 can only read S900 or
S950 low-density disks.
(I don't know what is held in the last 20 bytes, but the values shown seem to work).
You can use lower case letters in filenames (not available from the front panel) but avoid unusual ASCII
characters. Do not put two files with the same name on a disk!
The header is followed by the (12-bit signed) sample data, packed in a very strange way: For a sample of N
words, the upper 4 bits of the first byte contains the lower 4 bits of the first word. The lower 4 bits of the
first byte contain the lower 4 bits of word N/2. The second byte contains the upper 8 bits of the first word.
This repeats for the first N bytes, after which there are N/2 bytes containing the upper 8 bits of the last N/2
words.
The file entries and map are in the same position as the S900, but have changed slightly:
Length Format Description
----------------------------------------------------------------
12 AKAII Filename
4 32,32,32,32
1 ASCII File type: 's'=sample, 'p'=program, etc.
3 unsigned File length in bytes
http://mda.smartelectronix.com/akai/akaiinfo.htm 12/09/2018
Akai Disk & File Formats Pagina 3 di 9
Empty entries also have the S1000 ID byte. Note that file types are lower-case ASCII. The map now uses a
value of 19152 as an end marker, and the first five blocks (file entries and map) are marked with values of
16384.
There is a volume label at the end of the map (byte 3136 or 4736 depending on density) consisting of a 12
byte AKAII name followed by 0,0,0,ID,0,1,1,0,0,0,50,9,12,255 where ID = 3 for the S1000.
Note that the S01 uses the S1000 format for disks and samples, but with an ID of 1,0 for high density and
0,1 for low-density unused entries. The S1100 probably uses the same format with a different ID.
4 0,0,255,255
2 unsigned Sampling frequency
10 0,0,0...
http://mda.smartelectronix.com/akai/akaiinfo.htm 12/09/2018
Akai Disk & File Formats Pagina 4 di 9
18 polyphony 15 1..16
19 priority 1 0=LOW 1=NORM 2=HIGH 3=HOLD
20 low key 24 24..127
21 high key 127 24..127
22 octave shift 0 -2..2
23 aux output select 255 0..7, 255=OFF
24 mix output level 99 0..99
25 mix output pan 0 -50..50
26 volume 80 0..99
27 vel>volume 20 -50..50
28 key>volume 0 -50..50
29 pres>volume 0 -50..50
30 pan lfo rate 50 0..99
31 pan lfo depth 0 0..99
32 pan lfo delay 0 0..99
33 key>pan 0 -50..50
34 lfo rate 50 0..99
35 lfo depth 0 0..99
36 lfo delay 0 0..99
37 mod>lfo depth 30 0..99
38 pres>lfo depth 0 0..99
39 vel>lfo depth 0 0..99
40 bend>pitch 2 0..12 semitones
41 pres>pitch 0 -12..12 semitones
42 keygroup crossfade 0 0=OFF 1=ON
43 number of keygroups 1 1..99
44 (internal use) 0 program number
45-56 key temperament C,C#,D... 0 -25..25 cents
57 fx output 0 0=OFF 1=ON
58 mod>pan 0 -50..50
59 stereo coherence 0 0=OFF 1=ON
60 lfo desync 1 0=OFF 1=ON
61 pitch law 0 0=LINEAR
62 voice re-assign 0 0=OLDEST 1=QUIETEST
63 softped>volume 10 0..99
64 softped>attack 10 0..99
65 softped>filt 10 0..99
66 tune cents 0 -128..127 (-50..50 cents)
67 tune semitones 0 -50..50
68 key>lfo rate 0 -50..50
69 key>lfo depth 0 -50..50
70 key>lfo delay 0 -50..50
71 voice output scale 1 0=-6dB 1=0dB 2=+12dB
72 stereo output scale 0 0=0dB 1=+6dB
73-150 (not used)
http://mda.smartelectronix.com/akai/akaiinfo.htm 12/09/2018
Akai Disk & File Formats Pagina 5 di 9
The disk label is the same as the S1000 except for the S3000 ID byte. Subtracting 128 from the S3000 file
type gives a set of ASCII characters shared with the earlier samplers:
A,O All Settings
B SysEx Data
C,Y Operating System
D Drum Triggers
P Program
Q Cue List
T Take List
X Effects Settings
http://mda.smartelectronix.com/akai/akaiinfo.htm 12/09/2018
Akai Disk & File Formats Pagina 6 di 9
Stereo samples are stored as two separate mono files with the 11th and 12th characters of the filename set to
-L or -R. The S01 and S20 use preset filenames of the form AKAI A1#.%1 where # is a hexadecimal
character representing the sample number and % is S for mono and left-channel samples or R for right-
channel samples.
1 128
1 unsigned char Number of active loops
1 unsigned char First active loop (0 for none)
1 0
1 Loop mode: 0=in release 1=until release
2=none 3=play to end
1 signed char Cents tune -50...+50
1 signed char Semi tune -50...+50
4 0,8,2,0
4 0,0,255,255
2 unsigned int Sampling frequency
1 signed char Loop tune offset -50...+50
39 0,0,0...
Sometimes the sampler will insert more blank space at the end of the header! Make sure your samples are at
least a few thousand words long or they will not play correctly. The sample data follows the header as
signed 16-bit words. For details of the S3000 program format see the SysEx information on Akai's web site.
http://mda.smartelectronix.com/akai/akaiinfo.htm 12/09/2018
Akai Disk & File Formats Pagina 7 di 9
MPC2000 programs have a .PRG extension and are partially described here:
Length Format Description
----------------------------------------------------------------------
2 7,4
2 unsigned short Number of samples 1...64
1 0
2 30,0
16 ASCII Program Name
15 0,136,120,12,45,0,20,206,50,0,35,64,0,25,0
MESA II for PC does not use a <mesa> chunk, but uses the standard <smpl> chunk for tuning and looping
information with sample start and end points stored in a <cue > chunk.
http://mda.smartelectronix.com/akai/akaiinfo.htm 12/09/2018
Akai Disk & File Formats Pagina 8 di 9
A single loop is supported, with the loop mode held in the manufacturer specific data. The <smpl> chunk is
written before the <data> chunk and any other chunks are stripped off by the sampler. To ensure smooth
operation filenames should be less than 20 characters with the WAV extension capitalised. The
manufacturer specific data (manufacturer 71, product 94) contains the following parameters but can be
omitted if not needed:
Length Description Default
----------------------------------------------------------------------
2 1,0
1 Original root note 60
1 Semitone tune +/-36 0
1 Fine tune +/-50 0
1 0
1 Play mode 0=NO LOOPING 1=ONE SHOT 2=LOOP IN REL 3=LOOP TIL REL
3 0,0,0
4 Start point 0
4 End point (number of sample words)
A loop tuning parameter is also stored in the above structure but is not yet implemented in the sampler
operating systems.
Not all PCs can read all Akai disks. Some modern PCs are obviously not as "IBM Compatible" as they
should be, but problems can also be caused by the long hard life many Akai floppy drives have had. Some
problems can be solved by using a disk formatted in Akai format by the PC rather than the sampler.
http://mda.smartelectronix.com/akai/akaiinfo.htm 12/09/2018
Akai Disk & File Formats Pagina 9 di 9
http://mda.smartelectronix.com/akai/akaiinfo.htm 12/09/2018