Externalizable / bongo.cat

Hit the bongos like Bongo Cat!
https://bongo.cat
MIT License
3.23k stars 425 forks source link

Certain Sounds can play at the same time, certain can't? #145

Open JeremiahGelb opened 4 years ago

JeremiahGelb commented 4 years ago

EG:

Like A + B doesn’t work but D + B works AND A + space works but D + space does not work

I'm trying to jam here :)

Externalizable commented 4 years ago

The original code intentionally prevents simultaneous use of the same paw. See: https://github.com/Externalizable/bongo.cat/blob/a94ea40005f9ee1ac3d1a22bb8f657983079dc11/js/core.js#L190

However, this messes with the mouth because it has the same priority as the right paw. See: https://github.com/Externalizable/bongo.cat/blob/a94ea40005f9ee1ac3d1a22bb8f657983079dc11/js/core.js#L26

If anyone wants to submit a Pull Request to allow for InstrumentEnum.MEOW use at all times, be my guest! Otherwise I'll get around to it eventually.