Listen to the Nintendo 64 version of Maniarcade: scratch.mit.edu/discuss/youtube/Esrbn2enQmk Well this turned out quite more complicated than I thought it would be...! First problem I ran into was Windows related, as for some reason, the Command Prompt told me that my downloads directory didn't exist, so I had to put the python script along with all the other files used, directly into the root of the user folder. Then, I followed all the instructions inside the project, It all went well until at the very end, In the command prompt, I got a "No module named PIL" error, which didn't appear last time I tried this... It turns out, the version of Python I used didn't have a module called "Pillow" installed. Thankfully, I was able to install it using the numpy install script, except I replaced "numpy" with "Pillow" and it all went well. And now, here's Maniarcade with Nintendo 64 samples in arbitrary audio! All the scripts inside the project are made by @gilbert_given_189 .(excluding the speed controls)