WIP
You are here:

QuickMusic::Clear

Clears all memory details of the loaded piece of music in memory. If it is playing, it is stopped first. This is generally not necessary, but it will prevent Play from trying to play potentially invalid data.

 

This may safely be called in a VBI.

 

Incoming

Nothing

Outgoing

All registers are lost.

 

Example

; Stop the music and clear it out of memory JSR QuickMusic::Clear