You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/audiodocs/docs/core/audio-param.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,7 @@ Schedules the parameters's value change following a curve defined by given array
135
135
| Error type | Description |
136
136
| :---: | :---- |
137
137
|`RangeError`|`startTime` is negative number. |
138
+
|`NotSupportedError`| there are already scheduled events that fall within the interval $(T, T+D)$ where $T$ is the `startTime` and $D$ is the `duration`. |
0 commit comments