react-music
react-music copied to clipboard
Make beats with React!
This pr adds a `` component used to generate a wav file of what it's wrapping over. It takes two props, `isRecording` and `onRecordStop`. The component will start recording as...
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...
If you open the page in Chrome 71 or newer, it displays a blank rectangle with a Stop/Start button. Clicking the button, even multiple times, doesn't do anything. The DevTools...
use https://www.npmjs.com/package/midi-sounds-react to play with GM support 2000 instruments and drums from Fluid soundfont and others compatible with desktop and mobile
The bypass proptype from tunaJS was set as a number, and while evaluating to falsy/truthy, I think it is better to set them as booleans the way that tuna does....
Hello! Thanks for this amazing project :musical_score: I have noted that in the effects file, the tunaJS bypass propTypes are set as propTypes.number. Shouldn't it be propTypes.bool? [Test file of...
Add prerendered instruments from midi-sounds-react. This is big library of sounds. Every instrument has loops, ADSR, etc. See example https://surikov.github.io/midi-sounds-react-examples/examples/midi-sounds-example10/build/
This really doesn't do much of anything right now. Just gets permission from the user to use their mic and then gets the mic/line-in audio stream connected to the analyser...