projectM-visualizer / frontend-sdl2

Standalone application based on SDL2 that turns your desktop audio into awesome visuals. Available on most platforms supported by both libprojectM and libSDL2.
GNU General Public License v3.0
58 stars 32 forks source link

Multiple configuration file issues #10

Closed kblaschke closed 1 year ago

kblaschke commented 2 years ago

There are multiple issues with projectM's internal configuration file that could be fixed:

To make the file behave a bit better and not confuse users, I'd suggest the following changes:

This should fix the aforementioned issues and also add the possibility to have other applications add more settings to the file which aren't interpreted or touched by projectM.

kblaschke commented 1 year ago

The SDL frontend no longer uses the legacy config file anymore. I'll later add another user configuration that stores any UI setting changes and other things like last window position etc.