You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added song visualizer window
* Animate keys when they are pressed down
* Use ratio instead of hardcoded sizes
* Fixed rendering issues on Linux/AMD
* Made key colors more vibrant
* Improved keyboard design
* Optimized map lookups
* Improved piano visuals
* Updated ThinGL API usage
* Improved NBS renderer visuals
* Removed MacOS OpenGL natives
* Visualize tempo changes
* Added button to open/close the visualizer window
* Updated ThinGL
---------
Co-authored-by: Lenni0451 <[email protected]>
privatestaticfinalStringUNAVAILABLE_MESSAGE = "An error occurred while initializing the sound system.\nPlease make sure that your system supports the selected sound system.";
40
+
privatestaticfinalStringSOUND_SYSTEM_UNAVAILABLE_MESSAGE = "An error occurred while initializing the sound system.\nPlease make sure that your system supports the selected sound system.";
41
+
privatestaticfinalStringVISUALIZER_UNAVAILABLE_MESSAGE = "An error occurred while initializing the visualizer window.\nPlease make sure that your system supports at least OpenGL 4.5.";
0 commit comments