- bugfix: PD audio ever shows the GUI
This commit is contained in:
parent
092e6a1341
commit
6514b2d38a
1 changed files with 1 additions and 1 deletions
|
@ -1396,7 +1396,7 @@ void libreMediaServer::pdstart_audio()
|
||||||
}
|
}
|
||||||
// Arrancamos el proceso Pure Data
|
// Arrancamos el proceso Pure Data
|
||||||
QString arguments;
|
QString arguments;
|
||||||
arguments.append("./puredata/pd -alsa -channels 2 -audiodev 1 -stderr -nostdpath -path ./puredata/externals/ ./puredata/lms-audio.pd ");
|
arguments.append("./puredata/pd -alsa -channels 2 -audiodev 1 -stderr -nostdpath -path ./puredata/externals/ -open ./puredata/lms-audio.pd ");
|
||||||
if (!m_gui)
|
if (!m_gui)
|
||||||
arguments.append("-nogui");
|
arguments.append("-nogui");
|
||||||
m_pd_audio->start(arguments);
|
m_pd_audio->start(arguments);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue