home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / sharewar / FFE / SOUND.SWG / 0012_IBK.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  1996-09-04  |  926 b   |  17 lines

  1. ┌─────────────────────────────────────────────────┬──────────────────────────
  2. │ Sound Blaster Instrument Bank File Format (IBK) │
  3. └─────────────────────────────────────────────────┘
  4.  
  5. A bank file is a group of up to 128 instruments.
  6.  
  7. ┌────────────────────────────────────────────────────────────────────────┐
  8. │ Offset    Description                                                  │
  9. ├────────────────────────────────────────────────────────────────────────┤
  10. │ 00h-03h   Contains id characters "IBK" followed by byte 1Ah            │
  11. │ 04h-803h  Parameters for 128 instruments, 16 bytes for each instrument │
  12. │           in the same format as bytes 24h-33h in the SBI format        │
  13. │ 804h-C83h Instrument names for 128 instruments, 9 bytes for each       │
  14. │           instrument, each name must be null terminated                │
  15. └────────────────────────────────────────────────────────────────────────┘
  16.  
  17.