Hey folks!
It’s been a while since i posted a new extension! Well, in honor of the current mini game jam I wanted to make an extension that lets people use the full potential of makecode arcade’s sound engine. Without further ado, I’m proud to present arcade-sound-instructions!
This extension lets you programmatically create sound effects in your game as well as manipulate them in all sorts of fun ways! I haven’t written up documentation on how all of the blocks work just yet, but today on livestream we explained how each of the blocks works in detail. That video is below:
Try it out and let me know what you think!
I also have some more features planned:
- Combing multiple sounds to play in parallel (e.g. chords!)
- Converting the built-in sound effects in the music category into Sounds so that you can use them with the blocks in this extension
- Letting you override the sounds in the music editor with sounds created in this extension