Proof of concept for playing Minecraft note block songs in Scratch. There's some built in songs. You can also play custom ones if you have a .nbs file from Note Block Studio. The songs aren't prerecorded - the notes are being individually played by Scratch blocks. Custom song codes can be shared using remixes or on: https://scratch.mit.edu/discuss/topic/710069/ Credits: Songs -> I didn't make these! Credits are in the project. Sounds and Textures -> Mojang Minecraft Note Block Studio -> stuffbydavid.com/mcnbs Pen Text Engine -> @-Rex- Brief overview of how it works: The website linked in the custom song menu converts the .nbs file into a list of notes that the project can easily parse. To play those notes, the project contains 400 sounds (25 copies of each of the 16 instruments) and uses the pitch sound effect with a bunch of clones. #music #minecraft