Skip to content

An alert may not be displayed even if an error occurs #12

Description

@DBC-Works

Describe the bug
An alert may not be displayed even if an error occurs

To Reproduce

  1. 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()
  1. Select 'Play' button
  2. No sound, but no alerts are displayed.

Expected behavior
An alert with error information is displayed.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

  • Status
    No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions