Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Latest commit

 

History

History
74 lines (63 loc) · 1.94 KB

PCMCONT.org

File metadata and controls

74 lines (63 loc) · 1.94 KB

Top | Up (Sound Processing) | < Previous (PAGE NAME) | Next (PAGE NAME) >

PCMCONT

Continues PCM playback after PCMSTOP.

Syntax

PCMCONT

PCMCONT accepts an optional argument (which appears to do nothing) and returns an infinite amount of null values.

Examples

DIM A[2]
A[1]=32678
PCMSTREAM A,440
WAIT 10
PCMSTOP
WAIT 10
PCMCONT
WAIT 10

Version Information

3.2.0

Added 1

See Also

References

1 SmileBoom, “Additions/Changes in Ver.3.3.0 (April 26, 2016)” http://smilebasic.com/en/debug/archive/


Top | Up (Sound Processing) | < Previous (PAGE NAME) | Next (PAGE NAME) >