π§πΆ AI Powered Music Website πΆπ§
AI Generated Tunes
If you are anything like me, you probably aren't very creative, but you like programming. Now you don't have to be! This website generates music using math equations and Machine Learning. It is powered by Google's Magenta.js.
How to use
All you have to do is enter some equations using basic math operations and a bit of random()
, then the machine learning model will generate some music.
You can also use variables so that you can use the same random()
value multiple times.
Changing the model will also allow you to get different types of music Trio
is my favorite, Multitrack
can result in some pretty cool stuff, but more often than not it isn't very good.
Go to the website! or keep reading for more instruction
How to make better music
Basically all you need to know is values closer together sound similar.
For example
random()
random()
Probably won't flow very well
But if you use a variable
main = random()
then
main + 0.2 random()
main + 0.2 random()
0.2 random()
is just short for0.2 * random()
The music will probably flow better because the values will be closer together around main
If you want to better understand how the model works, you can read here: https://magenta.tensorflow.org/music-vae
Thank You!
As always feedback is greatly appreciated.
Share your musical creations in the comments
nice
thanks for checking it out @runtimerror
This one is cool.
except the annoying cymbalsWow the link is so big it froze my browser just pasting it lol