pan y pitchs faders horizontales, funciona varias instancias con

multidispositivo y patcheable en jack.
This commit is contained in:
snt 2024-05-10 20:03:14 +02:00
parent 7631e54d51
commit 103a33820e
12 changed files with 188 additions and 105 deletions

View file

@ -7,7 +7,7 @@
#define DEFAULT_FILE "lms-audio.xlm"
#define MAX_LAYERS 4
#define MAX_AUDIODEVICES 8
#define UI_REFRESH_TIME 66
#define UI_REFRESH_TIME 100
#define FADE_TIME 25 // DMX Frame time, 40 fps, avoid clicks
struct dmxSetting {
@ -32,12 +32,12 @@ static const char* StatusStr[] =
{
"Stop",
"Pause",
"Playing One",
"Playing One Loop",
"Play One",
"Play One Loop",
"Iddle",
"Playing Folder",
"Playing Folder Loop",
"Playing Folder Random",
"Play Folder",
"Play Folder Loop",
"Play Folder Rand",
0x0
};