Changed version
This commit is contained in:
parent
dfd13df34f
commit
d87dbd2c3c
2 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@
|
|||
#include "MSEXDefines.h"
|
||||
#include "ui_libremediaserver.h"
|
||||
|
||||
#define VERSION "LibreMediaServer Version 0.04-3-UbuntuPrecise"
|
||||
#define VERSION "LibreMediaServer Version 0.04-4-UbuntuPrecise"
|
||||
#define COPYRIGHT "(C) 2012-2013 Santi Nore libremediaserver@gmail.com"
|
||||
#define LICENSE "GPL 3 License. See LICENSE.txt and credits.txt for details"
|
||||
|
||||
|
@ -61,7 +61,7 @@ public:
|
|||
protected:
|
||||
|
||||
QString m_pathmedia; // Path to Medias
|
||||
msex *m_msex; // MSEx
|
||||
msex *m_msex; // CITP/MSEx
|
||||
QProcess *m_ola; // OLA daemon process
|
||||
QProcess *m_pd_video; // Pure Data process for video
|
||||
QProcess *m_pd_audio; // Pure Data process for audio
|
||||
|
|
|
@ -82,7 +82,7 @@ public:
|
|||
AddInAnything(); // default inlet
|
||||
AddOutList(); // outlet for DMX list
|
||||
post("ola2pd v0.02 - an interface to Open Lighting Arquitecture");
|
||||
post("(C) 2012-2013 Santi Noreña libremediaserver@gmail.com");
|
||||
post("(C) 2012-2013 Santi Nore libremediaserver@gmail.com");
|
||||
}
|
||||
void NewDmx(unsigned int universe,
|
||||
const DmxBuffer &buffer,
|
||||
|
|
Loading…
Add table
Reference in a new issue