home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / datatypes / iffdt402 / iff.module / prefsond < prev    next >
Encoding:
Text File  |  1997-01-23  |  380 b   |  11 lines

  1. SoundPrefs
  2.  
  3. "Reserved[4]",    "$%08lx, $%08lx, $%08lx, $%08lx", 0l, 4l, 8l, 12l
  4. "DisplayQueue",    "%s",        IF(16W, "TRUE", "FALSE")
  5. "AudioQueue",    "%s",        IF(18W, "TRUE", "FALSE")
  6. "AudioType",    "%s",        CASE(20W, "[unknown]", "BEEP", "SAMPLE")
  7. "AudioVolume",    "%ld",        22W
  8. "AudioPeriod",    "%ld",        24W
  9. "AudioDuration","%ld",        26W
  10. "AudioFileName",IF(MATH(20W, ==, #1), "\"%s\"", "[none]"),    28S256
  11.