home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / PMM / Developer / FD / sound_lib.fd < prev    next >
Encoding:
Text File  |  1998-04-18  |  311 b   |  16 lines

  1. *                        FUNCTION DEFINITIONS LIST
  2. *
  3. *                               March 1998
  4. *
  5. *                               "sound.mod"
  6. *
  7. ##base _SNDBase
  8. ##bias 6
  9. ##public
  10. AllocSoundMem(Size,Flags)(d0/d1)
  11. StopAudio()()
  12. CheckSound(Sound)(a0)
  13. FreeSoundMem(MemBlock)(d0)
  14. SetVolume(Sound,Volume)(a0/d0)
  15. ##end
  16.