- GUI preview Bug FIx

This commit is contained in:
Santi Noreña 2013-02-13 11:33:31 +01:00
parent cd32995959
commit 90306504c0
7 changed files with 50 additions and 66 deletions

View file

@ -1433,7 +1433,7 @@ void libreMediaServer::pdstart_audio()
qDebug()<<"error listening tcpServer";
}
// Arrancamos el proceso Pure Data
m_pd_audio->start("./pd -alsa -channels 2 -audiodev 1 -stderr -nostdpath lms-audio.pd");
m_pd_audio->start("./pd -alsa -channels 2 -audiodev 1 -stderr -nostdpath -nogui lms-audio.pd");
if (m_pd_audio->waitForStarted(3000)){
ui.textEdit->appendPlainText("PD Audio started.");
}