Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
hullu1986626yI did on the same thing, but it generated "music" from text, and it couls also convert the same midi files back to text
-
haven't look into the app but here's my 2 cents...
You should definitely parse the length of the line + spaces + syllabe per words to create a rhythm structure and use some kind of syllabe parsing to set the different pitch of the notes (like, map a degree of the scale to each syllabe and let the user change the scale). Next thing you know you'll be rendering a musically structured interpretation of poems and plays. Probably not the fist project doing something like that but it's still a neat idea. -
jysk1312255yI now have a reason to try and learn PHP beyond "it's useful." Thank you, when I get some time in the next week, I may try and fork it.
-
jysk1312255y@rantsauce Had to dig a bit, but I think I found it
Line 1770 and 1798 of https://github.com/dneustadt/...
Related Rants
Here's a silly side project I've been working on just for fun:
https://soundofco.de/
It "programmatically" creates sound from code (or plain text) on GitHub. I wouldn't call it music, because it sounds kind of horrible almost all of the time :D It's very simple: The length of a line defines the note to be played. Really just a nerdy bit of fun.
Unfortunately I have absolutely zero knowledge in music theory and I have no idea how to make the resulting sounds more pleasant or even melodic. If you're interested in making this better or helping out with feedback, you can find the project at https://github.com/dneustadt/...
Also feel free to share if you find anything on GitHub that makes for some decent sounds :D (I doubt it)
random
audio
github
code
stupid
sound
fun