home *** CD-ROM | disk | FTP | other *** search
/ Sound Sensations! / sound_sensations.iso / soundb / sndhack / app.def < prev    next >
Text File  |  1991-07-29  |  473b  |  28 lines

  1. NAME  WinSound
  2. DESCRIPTION 'Windows Sound Hack System'
  3.  
  4. CODE    PRELOAD MOVEABLE
  5. DATA    PRELOAD MOVEABLE MULTIPLE
  6.  
  7. STUB    'WINSTUB.EXE'
  8.  
  9. EXETYPE WINDOWS
  10.  
  11. HEAPSIZE  1024
  12. STACKSIZE 4096
  13.  
  14. EXPORTS
  15.     WinProc
  16.     About
  17.     SaveAsDlg
  18.     OpenDlg
  19.     DlgCountVoiceNotes
  20.     DlgSetSoundNoise
  21.     DlgSetVoiceAccent
  22.     DlgSetVoiceEnvelope
  23.     DlgSetVoiceNote
  24.     DlgSetVoiceQueueSize
  25.     DlgSetVoiceSound
  26.     DlgSetVoiceThreshold
  27.     DlgWaitSoundState
  28.