forked from Galleondragon/qb64
-
Notifications
You must be signed in to change notification settings - Fork 24
_SNDCLOSE
Cory Smith edited this page Sep 1, 2022
·
3 revisions
The _SNDCLOSE statement frees and unloads an open sound using a _SNDOPEN or _SNDCOPY handle.
_SNDCLOSE handle&
- If the sound is still playing, it will be freed automatically after it finishes.
- Closing a looping/paused/etc. sound means it is never freed until the QB64 program terminates.
- When your QB64 program terminates, all sounds are automatically freed.