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
There is no definition of a max audio param value, which in the case of the stretch node could cause an out of memory condition. For example, set a stretch value of something very high, but still a valid number, such as 99999. The system will attempt to allocate a buffer large enough to accommodate, and likely crash.
This is not an issue if the Scores are controlled by the author, as it's basically the same risks as running untrusted JS.
But it would be nice to provide reasonable maximum values, and warn (console.warn?) the user of a possible error situation.
The text was updated successfully, but these errors were encountered:
There is no definition of a max audio param value, which in the case of the stretch node could cause an out of memory condition. For example, set a stretch value of something very high, but still a valid number, such as 99999. The system will attempt to allocate a buffer large enough to accommodate, and likely crash.
This is not an issue if the Scores are controlled by the author, as it's basically the same risks as running untrusted JS.
But it would be nice to provide reasonable maximum values, and warn (console.warn?) the user of a possible error situation.
The text was updated successfully, but these errors were encountered: