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
{{ message }}
This repository was archived by the owner on Feb 18, 2022. It is now read-only.
Synthesizers work great for me in the demo project. However, when I add react-music as a dependency to another project, I'm unable to use Synth or Monosynth, seemingly because of an error using note-parser:
Uncaught TypeError: Cannot read property 'freq' of undefined
at Monosynth.createOscillator (monosynth.js:147)
at Monosynth.playStep (monosynth.js:163)
at Scheduler.process (scheduler.js:119)
at loop (scheduler.js:34)
The Sampler instrument works fine.
pastelsky, paulsoh, parallaxisjones, chrisdevereux, YauheniRohau and 2 more