Fix bug when changing at the same time folder and file load two time the
file Removed sendDMX() on init Added dome doc in audiolayerwidget.h Cleaned comments on olathread.cpp and olathread.h
This commit is contained in:
parent
eb447007d9
commit
bdd72825db
5 changed files with 58 additions and 48 deletions
|
|
@ -94,7 +94,6 @@ libreMediaServerAudio::libreMediaServerAudio(QStringList args, QWidget *parent)
|
|||
ola->blockSignals(false);
|
||||
connect(ola, SIGNAL( dmxOutput(int, int, int) ),
|
||||
this, SLOT( dmxInput(int, int, int) ) );
|
||||
ola->resendDmx();
|
||||
qDebug("Init Complete");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue