Tuesday, November 29, 2022

🆕 _AUDIODONE and 🆕 _ENDAUDIO

 Check out the latest version of the BASIC Anywhere Machine "Amazing Grace" program:

BTW: at the end of the song, or after you stop the song, you'll have the option to play the song again.  Choose "Y", and then you can alter the tempo of the song and the waveform applied to the sounds.

_AUDIODONE

Description:

The _AUDIODONE function returns -1 (TRUE) if there are no sounds left to play in the sound queue, and returns 0 (FALSE) otherwise.

Syntax

_AUDIODONE


_ENDAUDIO

Description:

The _ENDAUDIO statement flushes the sound queue in order to stop playing currently queued sounds. There may be a few sounds in the queue that have gone past the point of no return, so there may be a slight delay before all sounds stop playing.

Syntax

_ENDAUDIO

No comments:

Post a Comment

📚 Simulating OOP Methods in BAM Using GOSUB

BASIC Anywhere Machine's GOSUB implementation allows using numeric expressions for dynamic line numbers or using string expressions for ...