wip acciones desde ui, la primera capa hace bien el pause pero el resto
no. sólo reciben datos las ptres primeras capas.
This commit is contained in:
parent
521f1fc6d7
commit
abf5d3340f
9 changed files with 76 additions and 30 deletions
|
|
@ -8,7 +8,6 @@
|
|||
#define VERSION "LibreMediaServer-Audio 0.1.4"
|
||||
#define COPYRIGHT "(C) 2014-2024 Santi Norena lms@criptomart.net"
|
||||
#define LICENSE "GPL 3 License. See LICENSE.txt and credits.txt for details"
|
||||
#define LAYERS_NUMBER 4 // esto tiene que desaparecer
|
||||
#define DEFAULT_FILE "lms-audio.xlm"
|
||||
#define SUSPEND_LABEL "Pause"
|
||||
#define RESUME_LABEL "Resume"
|
||||
|
|
@ -62,5 +61,12 @@ enum Status
|
|||
PlayingLoop,
|
||||
};
|
||||
|
||||
enum Slider
|
||||
{
|
||||
Volume,
|
||||
Pan,
|
||||
Pitch,
|
||||
};
|
||||
|
||||
#endif // DEFINES_H
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue