- Bugfix:

- Avoid unnecesary font reaload
- Avoid  innecesary counter process
- Log now make one file per execution
This commit is contained in:
Santi Noreña 2013-02-26 10:28:29 +01:00
parent 5b47c73cce
commit e6c0768e51
5 changed files with 285 additions and 271 deletions

View file

@ -25,9 +25,9 @@
#define PDPORTW_AUDIO 9197
#define PDPORTR_AUDIO 9198
#define SOCKET "/tmp/pmspipe" // Pipe wich PD sends the files for preview in the GUI
#define SOCKET "/tmp/pmspipe" // Pipe wich PD Video sends the files for preview in the GUI
#define CONF_FILE "lms.conf" // File when save/restore the configuration on exit/open
#define CONF_FILE "lms.conf" // File when saving/restoring the configuration on exit/open
///////////////////////////////////////////////////////////////////