ArjunSahlot / piano_visualizer

A tool that allows you to export a video in which a piano is playing the music you give it.
GNU General Public License v3.0
9 stars 2 forks source link

color selection feature #4

Open sugizo opened 1 year ago

sugizo commented 1 year ago

nice to have color selection feature e.g. color_notes = {'a' : 'red', 'ab' : '#00ff00'} piano = piano_visualizer.Piano(["toto_africa.mid"], color_notes)

best regards