kosua20 / MIDIVisualizer

A small MIDI visualizer tool, using OpenGL
MIT License
1.07k stars 140 forks source link

Other features I think this visualizer would benefit from #12

Closed MicahStone0913 closed 5 years ago

MicahStone0913 commented 5 years ago

Hello, it's me again! I thought of more additions for this visualizer, such as the ability to change the color of the horizontal/vertical lines. This can help increase contrast against backgrounds (like bright red) or darken lines for a more subtle effect. Another feature that I thought of was the ability to change the color of the sharp and flat notes. The ability to choose a different color for these notes should give the visualizer more color variety. The last feature that I would want is the ability to replace the flashes with other images (like the particles) for more aesthetic. The ability to change the size and color of the flashes would be great too. Thank you for this awesome visualizer, keep up the great work!

kosua20 commented 5 years ago

Hello, most of your suggestions are now implemented and will be available in the 3.3 release. The flash texture is a tricky one, because it is an animate sprite (you can see the 'texture atlas' containing the frames in the ressources directory), but I'll consider it!

MicahStone0913 commented 5 years ago

Thank you, can't wait to test them out!

kosua20 commented 5 years ago

Version 3.3 has just been released!

kosua20 commented 1 year ago

Hello, I'm resurrecting this thread to let you know that the flash image atlas can be customized in the latest 7.1 release. Better (very) late than never 😄