WIKI Datatypes library error

This forum is for general developer support questions.
Post Reply
xenic
Posts: 1185
Joined: Sun Jun 19, 2011 1:06 am

WIKI Datatypes library error

Post by xenic »

I was looking at the documentation WIKI and found an error. In the Datatypes Library documentation there is an example named "A Simple Datatypes Example" which contains the folowing comments:

/* Let the 8svx sound finish playing. Currently there is */
/* no programmatic way to find out when it is finished playing. */

That information is wrong. You can use SDTA_SignalTask and SDTA_SignalBit to receive a signal from Datatypes when the sound has finished playing. It's a minor error but should either be replaced with comments explaining that signaling can be used to detect sound play completion or include the signaling in the example.
AmigaOne X1000 with 2GB memory - OS4.1 FE
User avatar
ssolie
Beta Tester
Beta Tester
Posts: 1010
Joined: Mon Dec 20, 2010 8:51 pm
Location: Canada
Contact:

Re: WIKI Datatypes library error

Post by ssolie »

Fixed.
ExecSG Team Lead
Post Reply