Open JeremiahGelb opened 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.
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 :)