home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / DOS / SS_PLAY / SHELL10.ZIP / SHELL.FMT < prev    next >
Encoding:
Text File  |  1994-12-07  |  1.2 KB  |  82 lines

  1. ;Each definition must have a FORMAT extension (eg. MOD) and a unique MASK
  2. ;ie. you can't have two MASK values both being M. If HeaderLen=0 (default) then
  3. ;the name of the format is used as a description of the file in DMPC
  4. ;(eg. Creative Voice File for VOC).  HeaderOfs also defaults to 0.  Be warned,
  5. ;if you change the MASK values in SHELL.FMT, remember to change SHELL.CFG to the
  6. ;same values.  You can define up to 20 different formats.
  7.  
  8. [Protracker]
  9. Format=MOD
  10. HeaderLen=20
  11. Mask=M
  12.  
  13. [ScreamTracker3]
  14. Format=S3M
  15. HeaderLen=20
  16. Mask=3
  17.  
  18. [Farandole]
  19. Format=FAR
  20. HeaderOfs=4
  21. HeaderLen=20
  22. Mask=F
  23.  
  24. [UltraTracker]
  25. Format=ULT
  26. HeaderOfs=15
  27. HeaderLen=20
  28. Mask=U
  29.  
  30. [MultiTracker]
  31. Format=MTM
  32. HeaderOfs=4
  33. HeaderLen=20
  34. Mask=T
  35.  
  36. [AMF - DMP format]
  37. Format=AMF
  38. HeaderOfs=4
  39. HeaderLen=20
  40. Mask=A
  41.  
  42. [ScreamTracker2]
  43. Format=STM
  44. HeaderLen=20
  45. Mask=S
  46.  
  47. [669]
  48. Format=669
  49. HeaderOfs=2
  50. HeaderLen=108
  51. Mask=6
  52.  
  53. [NoiseTracker]
  54. Format=NST
  55. HeaderLen=20
  56. Mask=N
  57.  
  58. [Windows Wave File]
  59. Format=WAV
  60. Mask=W
  61.  
  62. [SoundTool]
  63. Format=SND
  64. Mask=D
  65.  
  66. [MIDI]
  67. Format=MID
  68. Mask=I
  69.  
  70. [Creative Voice File]
  71. Format=VOC
  72. Mask=V
  73.  
  74. [X-Tracker]
  75. Format=DMF
  76. Mask=Q
  77.  
  78. [Fast Tracker 2]
  79. Format=XM
  80. Mask=X
  81.  
  82.