I took a break from game development with Godot to revisit my #image2sound #Python utility. I've been fleshing out the midi conversion, including variable note lengths, while experimenting with algorithmically defined song structures. So, while the notes are still derived from the image data, you can organize and reuse phrases to "compose" sections and movements to a certain degree. Very much in alpha state right now though.

Here's a sample of a piano piece generated algorithmically using the color data in an image alongside a user-defined song structure. No AI is involved here. It's all being done with code.

#image2sound #Python #Music