if you wanna play with it yourself:
- go here: https://koboldyipbot.github.io
- open the dev console so you can enter javascript
- run one of the following:
marioYip() girlInTheTowerYip() chargeYip()
You can also play a custom song!
playSong([ [60, 1000], [62, 800], [64, 600], [66, 400], [68, 200], [70, 200], [72, 200] ]);
First number in each array is the midi pitch, second is the millisecond length of the yip!
shout out to a cool viewer, hyperbeast, for implementing midi pitches!!!
