home *** CD-ROM | disk | FTP | other *** search
/ Dave Lowe: The Developer …nd Blaster Series Disk 1 / Lowe_TheDeveloperKitForSoundBlasterSeriesDisk1.img / C / INCLUDE / AUXDRV.H next >
Encoding:
Text File  |  1991-10-30  |  681 b   |  20 lines

  1.      unsigned  near CTFadeStatus ;
  2.      unsigned  near CTPanStatus ;
  3.  
  4.  
  5.      /*   creative auxiliary driver    */
  6.  
  7. unsigned       ctadGetDrvVer( void ) ;
  8. void           ctadInit( void ) ;
  9. void           ctadTerminate( void ) ;
  10. int            ctadSetVolume( int, unsigned ) ;
  11. unsigned       ctadGetVolume( int ) ;
  12. int           ctadFade( int, unsigned, unsigned, int, unsigned ) ;
  13. int           ctadPan( int, int, int, unsigned, int, unsigned ) ;
  14. int           ctadStartCtrl( void ) ;
  15. int           ctadStopCtrl( void ) ;
  16. int           ctadPauseCtrl( void ) ;
  17. int           ctadClrSource( int, int ) ;
  18. int           ctadSetPanPosition( int, int ) ;
  19. int           ctadGetPanPosition( int ) ;
  20.