home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma58.dms / ma58.adf / superplay-lib_DEV / Programmers / fd / superplay.fd < prev   
Text File  |  1996-05-27  |  924b  |  29 lines

  1. ** $VER: superplay.fd 4.2 (22.10.95)
  2. ##base _SuperPlayBase
  3. ##bias 30
  4. ##public 
  5. SPL_AllocHandle(future)(A1)
  6. SPL_FreeHandle(handle)(A1)
  7. SPL_StopReplay(handle)(A1)
  8. SPL_FreeResources(handle)(A1)
  9. SPL_SuperPlay(handle,filename)(A1/A2)
  10. SPL_SuperWrite(handle,source_handle)(A1/A2)
  11. SPL_InitHandleAsDOS(handle,future)(A1/A2)
  12. SPL_InitHandleAsClip(handle,future)(A1/A2)
  13. SPL_SetWriteType(handle,akt_type,future)(A1/A2/A3)
  14. SPL_GetErrorString(error_code)(A1)
  15. SPL_SetWriteName(handle,writename,future)(A1/A2/A3)
  16. SPL_FileInfoRequest(handle,window,future)(A1/A2/A3)
  17. SPL_SetReqIOWindow(handle,window)(A1/A2)
  18. SPL_ReadPlayData(handle,buffer)(A1/A2)
  19. SPL_ContinueReplay(handle)(A1)
  20. SPL_FastForward(handle)(A1)
  21. SPL_FastBackward(handle)(A1)
  22. ** added with V2
  23. SPL_GetSampleList(handle,samplelist)(A1/A2)
  24. SPL_SetSampleList(handle,samplelist)(A1/A2)
  25. ** no functions added in V3
  26. ** added with V4
  27. SPL_GetFileType(handle,filename,filetype)(A1/A2/A3)
  28. ##end
  29.