home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / at-lib-bin.lha / os-lib / fd / realtime_lib.fd < prev    next >
Text File  |  1993-10-15  |  462b  |  22 lines

  1. ##base _RealTimeBase
  2. ##bias 30
  3. ##public
  4. *--- functions in V37 or higher (Release 2.04) ---
  5. *
  6. * Locks
  7. *
  8. LockRealTime(lockType)(d0)
  9. UnlockRealTime(lock)(a0)
  10. *
  11. * Conductor
  12. *
  13. CreatePlayerA(tagList)(a0)
  14. DeletePlayer(player)(a0)
  15. SetPlayerAttrsA(player,tagList)(a0/a1)
  16. SetConductorState(player,state,time)(a0,d0/d1)
  17. ExternalSync(player,minTime,maxTime)(a0,d0/d1)
  18. NextConductor(previousConductor)(a0)
  19. FindConductor(name)(a0)
  20. GetPlayerAttrsA(player,tagList)(a0/a1)
  21. ##end
  22.