Describe the bug
An alert may not be displayed even if an error occurs
To Reproduce
- Paste this code to code editor
Tone.Transport.bpm.value = 136
const hh = new Tone.NoiseSynth().toDestination()
LiveTone.registerPlaying(
new Tone.Loop((t) => {
hh.trigerAttackRelease('64n', t)
}, '8n').start(0)
)
Tone.Transport.start()
- Select 'Play' button
- No sound, but no alerts are displayed.
Expected behavior
An alert with error information is displayed.
Describe the bug
An alert may not be displayed even if an error occurs
To Reproduce
Expected behavior
An alert with error information is displayed.