Project

General

Profile

Bug #246

Volume does not affect Boom, Shoot, or Bell (other than on/off)

Added by Brian Flanagan about 4 years ago. Updated about 2 years ago.

Status:
New
Priority:
Low
Assignee:
AOZ Studio Team
Target version:
-
Start date:
02/21/2020
Due date:
% Done:

0%

Estimated time:
2:00 h
Affected version:

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
#1

Updated by Brian Flanagan about 4 years ago

  • Affected version changed from 0.9.5 to 0.9.5.1
#2

Updated by Paul Kitching about 4 years ago

It doesn't affect samples, either (other than 0=off).

#3

Updated by Brian Flanagan over 3 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.

#4

Updated by Brian Flanagan over 3 years ago

  • Affected version changed from Beta RC3 to Beta 2

Re-tested in Beta 2. Still broken.

#5

Updated by Paul Kitching about 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

#6

Updated by malcolm harvey almost 3 years ago

Volume 1.X still not working in Beta 1.x V8
Either flat out for nothing.

#7

Updated by malcolm harvey about 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.

#8

Updated by malcolm harvey about 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.

Also available in: Atom PDF