mejor inicio, todavía no es bueno porque manda el volumen antes de
iniciar las media, por lo que no hace caso a esa info.
This commit is contained in:
parent
66c2850e06
commit
3e93ca95bb
4 changed files with 3 additions and 16 deletions
|
|
@ -47,12 +47,11 @@ libreMediaServerAudio::libreMediaServerAudio(QStringList args, QWidget *parent)
|
|||
connect(m_ola, SIGNAL (universeReceived(int)), m_dmxWidget, SLOT(updateWatchDMX(int)));
|
||||
connect(m_ola, SIGNAL(dmxOutput(int, int, int)), this, SLOT(dmxInput(int, int, int)));
|
||||
m_ola->registerUniverse();
|
||||
m_ola->start(QThread::TimeCriticalPriority );
|
||||
connect(ui.actionLaunch_OLA_Setup, SIGNAL(triggered()), this, SLOT(olasetup()));
|
||||
connect(ui.actionLaunch_OLA_Setup, SIGNAL(triggered()), this, SLOT(olasetup()));
|
||||
m_aw->startEngine();
|
||||
qDebug("Init Complete.");
|
||||
m_ola->blockSignals(false);
|
||||
m_ola->resendDmx();
|
||||
m_ola->start(QThread::TimeCriticalPriority );
|
||||
}
|
||||
|
||||
libreMediaServerAudio::~libreMediaServerAudio()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue