[Bug 17332] (linearRampToValueAtTime): AudioParam.linearRampToValueAtTime start and finish

https://www.w3.org/Bugs/Public/show_bug.cgi?id=17332

Marcus Geelnard (Opera) <mage@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |mage@opera.com
         Resolution|FIXED                       |

--- Comment #2 from Marcus Geelnard (Opera) <mage@opera.com> 2012-06-12 07:58:15 UTC ---
That certainly makes it more clear. Two things:

- It is not clear what should happen if several events of different types occur
at the same time. For instance, it would lead to division by zero in some of
the equations. It seems to me that the only valid case of having events occur
at the exact same time is to have a non-setValueAtTime event followed by a
setValueAtTime (other kinds of events should effectively degrade to
setValueAtTime, right?).

- For ramps, it is not defined what should happen if there are no previous
events (e.g. if linearRampToValueAtTime is the first event in the list).

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Tuesday, 12 June 2012 07:59:16 UTC