| Posted: 08:57pm 21 Dec 2024 |
|
|
|
Hi Peter,
There is a serious issue with PLAY WAV on RP2040 VGA 6.00.01rc9
On the commandline you can type PLAY WAV "yoursong.wav" and it plays. In a program you can not.
Below is a minimal code to show the problem. It uses the tetris sound for Blocks.
PLAY WAV "tet16cut.wav" if a=0 then print "a"
This errors with "Error : IF without THEN" and does not play any sound.
Volhout Edited 2024-12-22 06:58 by Volhout |