home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 September / Chip_2000-09_cd1.bin / sharewar / Slunec / app / 16 / MOD.SWG / 0010_IST.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-04  |  1KB  |  30 lines

  1. ╔════════════════════════════════════════════════════════════════════════════╗
  2. ║                        THE INSTRUMENT-FORMAT  (IST)                   V0.1 ║
  3. ╚════════════════════════════════════════════════════════════════════════════╝
  4.  
  5. The IST-format has the same structure like the MDL-format:
  6.  
  7. Offset Lenght Description
  8.  
  9.  000    004     "DIST"; the four letters mark the ist-format
  10.  004    001     version; the current version is 01h (=0.1)
  11.  005    ???     the different data-blocks are stored at this position
  12.  
  13. The IST-instrument-format is subdivided into the following blocks:
  14.  
  15. "II"    instruments; contains all information for the saved instrument
  16. "VE"    volume-envelopes; contains the construction of all vol-envelopes for
  17.         this instrument
  18. "PE"    panning-envelopes; the same for the pan-envelopes
  19. "FE"    frequency-envelopes (new in v0.1); the same for the frq-envelopes
  20. "IS"    sampleinfos; contains information for every used sample
  21. "SA"    samples; contains the sample-datas
  22.  
  23. The structures for the several blocks are the same as in the mdl-format.
  24. The instrument-infoblock ("II") contains one instrument only.
  25.  
  26.  
  27.  
  28.  
  29.  
  30.