THIS IS EPIC!!! FNAF vibes!
Dang it, misspelled the title. But I can’t find the edit button. Is it disabled?
flashbacks
okay but in all seriousness, this is amazingly made like bro??? king of makecode music right here
You can’t edit Posts anymore I think
Is the music made by you ? If yes could you do me a favor!? Could you make the sound Bosun Bill? Its a pirate song and I want it for my ocean jam game! (Search Music for my game!!!)
There you will find all you need to know! Pleasse tell me if you want to start and when you are able to start so I can give you the current version! Thanks (great music btw)
I’ll take a look at it and post the code here if I get a working version.
Thank you @makecode for fixing the title
this is amazing!
Is this non copyright?
Holy- Damn, this some good music, I mean when tried with Glass Beaker and SHUT UP!, it didn’t come out right. ( mostly because im dumb and only used 2 song tools )
It probably is but they didn’t yell at me yet
Hey @UnsignedArduino May I use this for my new game, nice music, as always
Of course!
Thank You!
Hi may I use this song for my game (if yes how did you do it?) Here is my game https://arcade.makecode.com/S65149-29792-27256-14053
Yes, you can use this!
It does use generated code so it’s quite bulky and not block-friendly.
If you want to embed music into your songs, I’d suggest using either my tool https://github.com/UnsignedArduino/Arcade-MIDI-to-Song that converts MIDI files into the native Arcade song format and is the best way (in my opinion, definitely not biased ) to use complex music or one of these extensions:
- https://github.com/pelikhan/pxt-rtttl (RTTTL is a little limited though)
- https://github.com/UnsignedArduino/ArcadeMIDI (which needs https://github.com/UnsignedArduino/ArcadeMIDIGenerator to generate the image data, and it’s a bit weird with certain rhythms)
Search this forum for examples of how to use them.
Self-promotion: You can find all these extensions and tools on my website at https://awesome-arcade.vercel.app/!