Actions
Bug #823
openThe Play command makes no sound.
Start date:
09/17/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
No error is produced, however, no sound is generated.
Problem occurs in both manifests.
For example (from page 08.01.04 of AMOS Pro manual:
Play 1,40,0 : Play 2,50,0 : Rem no delay
Wait Key
Play 1,40,15 : Play 2,50,15 : Rem delay
Rem Play a random sequence of notes
Do
V=Rnd(15) : P=Rnd(96) : Play V,P,3
Print V,P
Wait 30
Loop
End
NOTE: I added the Wait 30 to make sure the program didn't run too fast.
Actions