Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
notes2color_1.0.1.zip | 2024-12-14 | 10.0 MB | |
notes2color_1.0.1.py | 2024-12-14 | 2.2 kB | |
License.txt | 2024-12-14 | 35.8 kB | |
ReadMe.txt | 2024-12-14 | 1.3 kB | |
Totals: 4 Items | 10.0 MB | 0 |
Notes to Color 1.0.1 The program will convert a melody to a color. The algorithm is based on the theory that associates the 7 notes with the 7 colors of the rainbow. Then the colors corresponding to the notes are mixed by averaging their RGB values. INSTRUCTIONS: - The program starts with a console window with the prompt Note: and a small GUI window displaying the color. It might be necessary to move aside the color display window to free the console window and make both windows visible. - Input a melody by typing individual notes in lowercase letter notation (i.e. g, g, a, g, c, b) and pressing Enter after each note. The program only understands diatonic notes on the C major scale (no # or b). - As you input notes, the color display window will update with the color calculated so far. - The console window will display the color in HEX format and a list of the notes followed by number of occurrences and percent so far. - You can export the color to another application through the HEX value or through a screenshot of the color display window. - Type new (+Enter) to input a new melody. - Type quit (+Enter) to quit the program. New in this version: - algorithm mixing in the RGB space for better colors