ZX BASIC:BEEP
From BorielWiki
Contents |
[edit] BEEP
[edit] Syntax
BEEP <duration>, <pitch>
Emmits a sound using the ZX Spectrum speaker. The duration is given in seconds, and the pitch is given in semitones above middle C using negative numbers for notes below middle C.
[edit] Remarks
- This function is 100% Sinclair BASIC Compatible
[edit] See Also
- Example of using BEEP: FrereGustav.bas

