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

background changer feature #5

Open sugizo opened 1 year ago

sugizo commented 1 year ago

nice to have background changer feature to change the current black background e.g.

bg = 'bg.jpg'

bg = 'red' piano = piano_visualizer.Piano(["toto_africa.mid"], bg = bg)

best regards

ArjunSahlot commented 1 year ago

Hey Sugizo! Thanks for all your feature ideas! I have not worked on this project in a long time and I am pretty busy right now so I will not be able to add these features quickly. Please let me know if these features are important to you (and maybe which ones exactly) so that I can work on them when I have the time!

P.S. If you want to add some of these features to the code yourself please do!