Bug: Step-Sequencer Noise Duration 0 causes uncaught DOM exception #112
Labels
bug
Indicates an unexpected problem or unintended behavior.
effort: small
Task is a small effort.
ex: step-sequencer
has PR
What information was incorrect, unhelpful, or incomplete?
TLDR: Noise Dur slider positions left of the midpoint break the step sequencer app
Noise Dur slider positions left of the midpoint cause the
noiseBuffer
AudioBuffer
to be initialized with alength
of0
resulting in the following error:Uncaught DOMException: Failed to construct 'AudioBuffer': The number of frames provided (0) is less than or equal to the minimum bound (0).
What did you expect to see?
Non-breaking functionality of the Noise Dur slider in the Step Sequencer
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
The text was updated successfully, but these errors were encountered: