SecondBASIC Documentation v3
Home
/
Function Reference
/
XgmIsPcmPlaying()
XgmIsPcmPlaying()
Description:
Returns a non-zero value if the specified channel is currently playing a sample.
Syntax:
XgmIsPcmPlaying(<channel>)
Part
Description
<channel>
Required. This is the channel you want that status of. Valid channel range is 0 to 3.
Example:
b = XgmIsPcmPlaying(1)