Bug #246
openVolume does not affect Boom, Shoot, or Bell (other than on/off)
0%
Description
0 volume = off
1-63 = full volume (FAIL!)
#manifest:"amiga"
#speed:"safe"
V=63:K=0
BEGIN:
Locate 0,0
Print V,K
While Mouse Key = 0 : Wend
K=Mouse Key:Locate 0,0:Print V,K
If K=1 Then V=V-1:If V=<0 Then V=0
If K=2 Then V=V+1:If V>63 Then V=63
Volume V
Bell
' substitute Boom or Shoot above. The result is the same: Only on/off.
While Mouse Key <> 0 : Wend
GoTo BEGIN
Updated by Brian Flanagan over 4 years ago
- Affected version changed from 0.9.5 to 0.9.5.1
Updated by Paul Kitching over 4 years ago
It doesn't affect samples, either (other than 0=off).
Updated by Brian Flanagan about 4 years ago
- Assignee set to AOZ Studio Team
- Priority changed from Normal to Low
- Estimated time set to 2:00 h
- Affected version changed from 0.9.5.1 to Beta RC3
Re-tested in Beta RC3. Still a problem.
Volume 0 = off. Anything else (1-63) is full volume.
Updated by Brian Flanagan almost 4 years ago
- Affected version changed from Beta RC3 to Beta 2
Re-tested in Beta 2. Still broken.
Updated by Paul Kitching over 3 years ago
- Affected version changed from Beta 2 to 1.0.0 (B4)
Volume still doesn't work in Beta 4. I've tried it with samples and Boom.
volume 63
boom
wait 3
volume 1
boom
Updated by malcolm harvey over 3 years ago
Volume 1.X still not working in Beta 1.x V8
Either flat out for nothing.
Updated by malcolm harvey over 2 years ago
This ticket again is working now but only in manifest amiga, but not aoz.
In aoz manifest mode it comes up illegal error when executing cmd Volume .
1.0.0 Beta 12 U 19 and Also Beta 13 U21.
Updated by malcolm harvey over 2 years ago
Updated. It seams Dave had pointed out which did not show was that aoz mode currently only supported floats from eg: 0 - 1 or 0.1,0.2,0.5 etc to 1 which is why it gave the errors using normal Volume . He is changing it to match the amiga mode 0 to 100 style. Should be consistent yes.