home *** CD-ROM | disk | FTP | other *** search
/ Sound, Music & MIDI Collection 2 / SMMVOL2.bin / PROG / BWSB120A.ZIP / INCLUDE / BWSB.PBI < prev    next >
Encoding:
Text File  |  1995-04-23  |  1.6 KB  |  43 lines

  1. '                         file$   file off    OverSampling  Buffer Size  BaseI/O   IRQ     DMA
  2. DECLARE FUNCTION LoadMSE%(string,byval long, byval integer,byval integer,integer,integer,integer)
  3. DECLARE SUB FreeMSE()
  4. DECLARE FUNCTION StartOutput&(byval integer, byval integer)
  5. DECLARE SUB StopOutput()
  6. DECLARE SUB StopBanner()
  7.  
  8. DECLARE SUB StartMusic()
  9. DECLARE SUB StopMusic()
  10. DECLARE FUNCTION MusicStatus%()
  11.  
  12. DECLARE FUNCTION MusicBPM%(byval integer)
  13. DECLARE FUNCTION MusicTempo%(byval integer)
  14. DECLARE FUNCTION MusicOrder%(byval integer)
  15. DECLARE FUNCTION MusicPattern%(byval integer)
  16. DECLARE FUNCTION MusicRow%()
  17. DECLARE FUNCTION MusicLoop%(byval integer)
  18. DECLARE FUNCTION MusicVolume%(byval integer)
  19.  
  20. DECLARE SUB AmigaHertz(byval long)
  21.  
  22. DECLARE FUNCTION MixStatus%()
  23. DECLARE SUB MixForground()
  24. DECLARE SUB SetAutoMix(byval integer)
  25.  
  26. DECLARE SUB GetChannelTable(byval integer, byval intger, byval integer)
  27. DECLARE SUB GetSampleTable(byval integer, byval intger, byval integer)
  28.  
  29. DECLARE SUB GetMainScope(integer, integer)
  30. DECLARE FUNCTION ChannelPan%(byval integer, byval integer)
  31. DECLARE FUNCTION ChannelVU%(byval integer, byval integer)
  32. DECLARE FUNCTION ChannelVol%(byval integer, byval integer)
  33. DECLARE FUNCTION ChannelPos%(byval integer, byval integer)
  34.  
  35. DECLARE SUB PlaySample(byval integer, byval integer, byval long, byval integer, byval integer)
  36.  
  37. '                    handle        file off   flags   ModHead Seg  ModHead Off
  38. DECLARE SUB LoadGDM(byval integer,byval long,integer,byval integer,byval integer)
  39. DECLARE SUB UnloadModule()
  40.  
  41. DECLARE FUNCTION DeviceName$()
  42.  
  43. DECLARE FUNCTION EmsExist%()