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

πŸ–₯ Flower Tesselation: Testing DRAW and recursive SUB's

This BAM program inspired by Richard Russell's "Flower-like tesselation" BBC BASIC program posted on Facebook . Created in ord...