nmcassa / songToLandscape

Takes a Midi File and creates a landscape image from the data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

songToLandscape

My best attempt at making a midi file print to resemble a landscape

Soft - Vacations

Backstreet Boys

Other examples in the landscapes folders. Pre-sorted pics in images folder.

To use just throw any song (midi file) into the music folder and run main.py (w/ requirements from pip below).

I don't know RGB values or color theory well so I just created the landscape by giving every RBG value a score that was:

blue / green * (blue + green)

and sorting it. The result is meh, kinda looks like a landscape, not really on the lower pixel count ones. It would be great to have the darker greens that are around the middle be on the bottom below the lighter greens or something similar. I don't know man, I don't really get it.

Help is welcome

About

Takes a Midi File and creates a landscape image from the data


Languages

Language:Python 100.0%