FormidableLabs / react-music

Make beats with React!
http://reactmusic.surge.sh
MIT License
2.72k stars 197 forks source link

Added Phaser effect. Changed bypass PropTypes to be boolean #55

Open aalises opened 6 years ago

aalises commented 6 years ago

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.

Also, added the Phaser effect as I use it quite a lot. Cheers!