- Reorder folders and cleaning
- Subdir patches now is puredata. The pd bin file must be here - externals is now a subdir in puredata - The dir tcl now is a subdir in in the libremediaserver root folder - Deleted binaries files from the repository - Deleted ImagicMagick++ sources
This commit is contained in:
parent
39cb7800f7
commit
8b111d44a5
2228 changed files with 8 additions and 989802 deletions
|
|
@ -116,6 +116,10 @@ libreMediaServer::libreMediaServer(QStringList args, QWidget *parent)
|
|||
m_gui = true;
|
||||
ui.textEdit->appendPlainText("Pure Data GUI's will be shown");
|
||||
}
|
||||
if (args.contains("-log"))
|
||||
{
|
||||
ui.textEdit->appendPlainText("Log to file");
|
||||
}
|
||||
//Print the version
|
||||
QString ver;
|
||||
ver = VERSION;
|
||||
|
|
@ -864,7 +868,7 @@ void libreMediaServer::pdstart()
|
|||
connect(m_pd_write_video, SIGNAL(connected()),this, SLOT(newconexion()));
|
||||
// Arrancamos el proceso Pure Data
|
||||
QString arguments;
|
||||
arguments.append("./pd -noaudio -lib Gem -stderr -nostdpath -path ./externals/ -open ./patches/lms-video.pd ");
|
||||
arguments.append("./puredata/pd -noaudio -lib Gem -stderr -nostdpath -path ./puredata/externals/ -open ./puredata/lms-video.pd ");
|
||||
if (!m_gui)
|
||||
arguments.append("-nogui");
|
||||
m_pd_video->start(arguments);
|
||||
|
|
@ -1387,7 +1391,7 @@ void libreMediaServer::pdstart_audio()
|
|||
}
|
||||
// Arrancamos el proceso Pure Data
|
||||
QString arguments;
|
||||
arguments.append("./pd -alsa -channels 2 -audiodev 1 -stderr -nostdpath -path ./externals/ ./patches/lms-audio.pd ");
|
||||
arguments.append("./puredata/pd -alsa -channels 2 -audiodev 1 -stderr -nostdpath -path ./puredata/externals/ ./puredata/lms-audio.pd ");
|
||||
if (!m_gui)
|
||||
arguments.append("-nogui");
|
||||
m_pd_audio->start(arguments);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue