Yann Collette
6a5e7b18de
add lib64 directories to search for ladspa plugins
2014-05-18 19:22:29 +02:00
Lukas W
7f602cd6c0
Fix for #42 : Make search path for plugins relative
...
Makes the search path that is compiled into the lmms executable relative.
2014-01-18 21:31:20 +01:00
Tobias Doerffel
f2590c24df
Replaced [S/U]int[8/16/32] with types from stdint.h or plain integers
2014-01-18 02:56:38 +01:00
Tobias Doerffel
8f9d90df5d
LadspaManager: really only load shared library on Linux
...
Testing the last two characters of the filename against "so" is
insufficient as this might cover e.g. ISO files as well. Therefore
explicitely check for ".so".
Thanks to Mikobuntu for the contribution.
Closes #3289932 .
2011-06-23 09:56:56 +02:00
Tobias Doerffel
4851839327
LadspaManager: print error string when failing to load LADSPA library
...
In order to ease debugging of problems with the LADSPA library loader
print QLibrary::errorString() if loading a library fails.
2011-01-16 18:50:01 +01:00
Tobias Doerffel
0770bda441
Renamed PATH_SEPARATOR to LADSPA_PATH_SEPARATOR and fixed it
...
Commit 4e9ebd09c6 introduced PATH_SEPARATOR
but with wrong syntax. Fixed this and renamed it to LADSPA_PATH_SEPARATOR.
2010-08-12 10:30:59 +02:00
Paul Giblock
09b5bc906e
Use proper path seperator for LADSPA_PATH
...
According to http://www.ladspa.org/ladspa_sdk/shared_plugins.html ,
LADSPA_PATH is supposed to be delimited by colons. This patch does so,
except on Windows. On Windows we use ';' instead of ':' since colon is
a legal character for a path.
2010-08-12 09:12:04 +02:00
Tobias Doerffel
f4dbb2ff5c
sed: s/( void )/(), s/FALSE/false/, s/TRUE/true
...
Replaced remaining occurences of old constants and superfluous "void"
on empty argument list of functions.
(cherry picked from commit 166701f9f3 )
2009-08-25 01:42:20 +02:00
Tobias Doerffel
64188a9b52
use XML rather than binary blobs for saving plugin-/effect-key
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1433 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-08-04 17:59:44 +00:00
Tobias Doerffel
e637495489
migrated build-system to CMAKE
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1352 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-22 11:36:50 +00:00
Tobias Doerffel
9ba34c1ede
separate LADSPA-paths with ',' instead of ':' as win32-paths usually contain ':'-characters...
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1351 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-18 23:49:24 +00:00
Tobias Doerffel
91291b64e8
fixed paths to LADSPA-plugins for win32
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1341 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-18 22:16:39 +00:00
Tobias Doerffel
7d8a15f2db
fixed more leaks
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1221 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-30 12:38:35 +00:00
Paul Giblock
22adcdf61e
Apply libdir patch (requires reconfiguring)
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1188 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-28 15:12:21 +00:00
Tobias Doerffel
d6262bb556
use lmmsconfig.h rather than config.h and use prefixed macro-names
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1097 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-08 11:30:47 +00:00
Tobias Doerffel
56cd1738f1
win32-compat
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1052 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-02 15:58:45 +00:00
Tobias Doerffel
5f2b5500a4
added hard-coded path in case LMMS is installed into /usr/local
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@966 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-05-13 17:43:23 +00:00
Tobias Doerffel
4f14e27b75
coding-style-stuff
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@910 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-04-12 15:09:30 +00:00
Javier Serrano Polo
f01af6740e
singerbot proxy, fixed recently opened files, style sheet support
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@574 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-11-03 14:41:58 +00:00
Tobias Doerffel
a50ec65a32
moved LADSPA-base-code from separate library into LMMS-core
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@555 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-09-03 19:55:56 +00:00