home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 February
/
PCWorld_2000-02_cd.bin
/
Software
/
Servis
/
FFE
/
SOUND.SWG
/
0018_SBI.pas
< prev
next >
Wrap
Pascal/Delphi Source File
|
1996-09-04
|
2KB
|
27 lines
┌────────────────────────────────────────────┬───────────────────────────────
│ Sound Blaster Instrument File Format (SBI) │
└────────────────────────────────────────────┘
The SBI format contains the register values for the FM chip to
synthesize an instrument.
┌────────────────────────────────────────────────────────────────────────┐
│ Offset Description │
├────────────────────────────────────────────────────────────────────────┤
│ 00h-03h Contains id characters "SBI" followed by byte 1Ah │
│ 04h-23h Instrument name, NULL terminated string │
│ 24h Modulator Sound Characteristic (Mult, KSR, EG, VIB, AM) │
│ 25h Carrier Sound Characteristic │
│ 26h Modulator Scaling/Output Level │
│ 27h Carrier Scaling/Output Level │
│ 28h Modulator Attack/Delay │
│ 29h Carrier Attack/Delay │
│ 2Ah Modulator Sustain/Release │
│ 2Bh Carrier Sustain/Release │
│ 2Ch Modulator Wave Seelct │
│ 2Dh Carrier Wave Select │
│ 2Eh Feedback/Connection │
│ 2Fh-33h Reserved │
└────────────────────────────────────────────────────────────────────────┘