Lixie-Labs / Emotiscope

Let your eyes enjoy the music too ✨ Extremely low-latency audio processing lets LEDs perfectly synchronize to your music's notation and tempo.
GNU General Public License v3.0
27 stars 5 forks source link

missing begin and end for preferences #73

Closed dymek84 closed 1 month ago

dymek84 commented 2 months ago

missing begin and end for preferences, in configuration file.

connornishijima commented 2 months ago

While I do have a 'preferences.begin("emotiscope", false);' on line 274 of configuration.h:

https://github.com/Lixie-Labs/Emotiscope/blob/80424f8a08ea87e89486e3ea7b57a54aca655604/src/configuration.h#L274

I don't have a preferences.end() anywhere in the code because it's left open for quicker saving during runtime at the expense of (probably) heap.