Hi!
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.