Skip to content

Commit f31658b

Browse files
docs(readme): added section on limitations
1 parent 553774a commit f31658b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ This code monkey patches AudioParams with a method to get values at any time
1111
`AudioParam.prototype.getValueAtTime(t)` - calculates the value at `t` time based on scheduled changes
1212

1313
`AudioParam.prototype.hasScheduledChangesAtTime(t)` - checks whether there are any changes scheduled at or after `t` time
14+
15+
## TODOs / Limitations
16+
17+
* `setValueCurveAtTime` interrupted with `cancelAndHoldAtTime` is not yet calculated, when evaluating schedulement
18+
( internally we replace events sliced by a cancelling event with a smaller, interpolated event, because we don't store the cancelling event )

0 commit comments

Comments
 (0)