* LVSL: call waitpid(...) when closing plugin - fixes zombie processes

* VST-effect: finally made VST-effect plugin work
* core: when rendering from command-line, only create a QCoreApplication - needs further work
* Singerbot: integrated patches from William Steidtmann <billstei/at/hbci/dot/com> which makes Singerbot at least compile - doesn't seem to work yet though



git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@997 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-05-19 16:15:24 +00:00
parent 5a39917128
commit db789b050e
19 changed files with 579 additions and 306 deletions

View File

@@ -201,15 +201,10 @@ private:
void createWidgets( void );
void FASTCALL addPage( QWidget * _w, const QString & _title );
void addPage( QWidget * _w, const QString & _title );
void loadStyleSheet( void );
/* static void processFilesRecursively( const QString & _src_dir,
const QString & _dst_dir,
void( * _proc_func )( const QString & _src, const QString &
_dst ) );*/
const QString m_lmmsRcFile;
QString m_workingDir;