5 ms·
I'm working on a tool that could generate all possible melodies. It's just a fun side project to improve my skills, but if I ever complete it I will put it onli
by imperistan 4y ago
I'm working on a tool that could generate all possible melodies. It's just a fun side project to improve my skills, but if I ever complete it I will put it online.
It creates a unique id for Every Melody, but only generates and plays it when the corresponding page is accessed. So I wont generate a huge library of mp3's or something.
- pyinstallwoes 4y agohttps://libraryofbabel.info/bookmark.cgi?vyzgopoxgzhwbzzonk96 https://libraryofbabel.info/bookmark.cgi?vyzgopoxgzhwbzzonk9... Hehe, reminds me of this site.
- imperistan 4y agoThis was my inspiration. I even call my project Composer of Babel :)
- tgv 4y agoThe unique id for each and every monophonic melody (in the diatonic scale) is determined with the following pseudo-regexp: ([A-G][b#]?[0-9]/[1-9][0-9]*-)+.
- nonstickcoating 4y agoThis[0] is a video by Adam Neely, who frequently talks about the cluster f*ck that is copyright law with regards to music, interviewing two guys having done this (within some constraints). This[1] is the website linking to the dataset and code that was used to generate it. [0] https://www.youtube.com/watch?v=sfXn_ecH5Rw https://www.youtube.com/watch?v=sfXn_ecH5Rw [1] http://allthemusic.info/ http://allthemusic.info/
- damienriehl 4y agoThanks for your amplification of my project!
- damienriehl 4y agoYes, I'm a cofounder of All The music — that someone referenced above — and you can feel free to build upon our tool, which is open source: https://github.com/allthemusicllc?tab=repositories https://github.com/allthemusicllc?tab=repositories If/when you improve it, please let us know. We'd love to amplify your message/work!
- damienriehl 4y agoIf anyone would like to see my TED Talk on the topic, it's here: https://www.ted.com/talks/damien_riehl_why_all_melodies_should_be_free_for_musicians_to_use https://www.ted.com/talks/damien_riehl_why_all_melodies_shou...
- imperistan 4y agoI sure will check it out. Thanks!