Import of version 1.00 of SharedSound from WSS - this is a merge of
RISC OS Ltd, ESP and Pace sources. I've added the Makefile, Mk* and VersionNum files. Detail (courtesy of WSS): * Incorporates fixes made to 0.58c to fix the callbacks on sound rate changes. * Incorporates RISC OS Ltd changes to response to TaskManager_Acknowledgements service. * Includes 8 bit Log and PowerWave drivers. * Now built with Objasm, not BASIC assembler. * SharedSound_HandlerInfo SWI fixed to conform to spec. Also extended to accept r0 = 0 on entry, in which case r0 = number of first registered handler (or 0 for none) on exit; R1-R5 corrupted. Therefore the following code enumerates handlers: REM Get first handler number. SYS "SharedSound_HandlerInfo",0 TO next% ; flags% REM While no errors, and not finished WHILE (next% <> 0) AND ((flags% AND 1) = 0) SYS"SharedSound_HandlerInfo",next% TO next%,a%,b%,c%,d%,e% ENDWHILE * Sends Service_Sound (&54) with reason c...
Showing
Docs/SSnd,faf
0 → 100644
This diff is collapsed.
Source/ReadMe
deleted
100644 → 0
VersionASM
0 → 100644
c/Debug
deleted
100644 → 0
c/Drivers
deleted
100644 → 0
c/GetVers
deleted
100644 → 0
c/Handler
deleted
100644 → 0
c/Linear
deleted
100644 → 0
c/Memory
deleted
100644 → 0
c/Module
deleted
100644 → 0
c/SWIS
deleted
100644 → 0
This diff is collapsed.
c/SampleRate
deleted
100644 → 0
c/SharedSoun
deleted
100644 → 0
Please register or sign in to comment