restringe las señales de los sliders, en vez de actualizar en directo,

sólo actualiza con el timer refreshGui.
This commit is contained in:
snt 2024-05-05 14:39:21 +02:00
parent ef653553d9
commit 246a8a2f98
8 changed files with 53 additions and 34 deletions

View file

@ -6,7 +6,7 @@
#define LICENSE "GPL 3 Licensed. See LICENSE.txt."
#define DEFAULT_FILE "lms-audio.xlm"
#define MAX_LAYERS 4
#define UI_REFRESH_TIME 1000
#define UI_REFRESH_TIME 200
// struct where save the DMX settings for each layer
struct dmxSetting {