1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619
|
# ABOUT
LSP (Linux Studio Plugins) is a collection of open-source plugins
currently compatible with CLAP, LADSPA, LV2, VST2/LinuxVST, VST3
and JACK standalone formats.
The basic idea is to fill the lack of good and useful plugins under
the GNU/Linux platform.
After some contributions to other open source projects the decision
was made to implement separate and independent plugin distribution.
All supplementary information you will find on official web site:
https://lsp-plug.in/
Note that after 1.2.0 release the lsp-plugins repository was decomposed
into multiple subprojects. As a result, it is the repository without any code
and for build purposes it gathers source code as dependencies from another
repositories which are located here:
https://github.com/lsp-plugins/
# LICENSING
The LSP project is an open-source project and cares about quality of
developed software.
Still there is no absolute warranty about stability of the software on
different platforms so you're using this software on your own risk.
The project also does encourage donations that can be submitted here:
* https://liberapay.com/sadko4u/donate
* https://www.patreon.com/sadko4u
* https://paypal.me/sadko4u
* https://etherscan.io/address/0x079b24da78d78302cd3cfbb80c728cd554606cc6
* https://salt.bountysource.com/teams/lsp-plugins
Licensed under the terms of GNU Lesser Public License v3 (LGPLv3):
* https://www.gnu.org/licenses/lgpl-3.0.en.html
For more information about licensing, please read COPYING and COPYING.LESSER.
# SYSTEM REQUIREMENTS
Current matrix of hardware architecture and platform (OS) support is:
```
┌───────────┬───────────┬─────────┬─────────┬─────────┐
│Arch / OS │ GNU/Linux │ FreeBSD │ Windows │ macOS |
╞═══════════╪═══════════╪═════════╪═════════╪═════════╡
│aarch64 │ F │ E │ U │ E │
├───────────┼───────────┼─────────┼─────────┼─────────┤
│armv5t │ C │ C │ U │ N │
├───────────┼───────────┼─────────┼─────────┼─────────┤
│armv6-a │ E │ E │ U │ N │
├───────────┼───────────┼─────────┼─────────┼─────────┤
│armv7-ar │ E │ E │ U │ N │
├───────────┼───────────┼─────────┼─────────┼─────────┤
│i586 │ F │ F │ E │ N │
├───────────┼───────────┼─────────┼─────────┼─────────┤
│loongarch32│ C │ U │ U │ N │
├───────────┼───────────┼─────────┼─────────┼─────────┤
│loongarch64│ C │ U │ U │ N │
├───────────┼───────────┼─────────┼─────────┼─────────┤
│ppc64 │ C │ U │ U │ N │
├───────────┼───────────┼─────────┼─────────┼─────────┤
│riscv-64 │ C │ U │ U │ N │
├───────────┼───────────┼─────────┼─────────┼─────────┤
│s390x │ C │ U │ U │ N │
├───────────┼───────────┼─────────┼─────────┼─────────┤
│x86_64 │ F │ F │ E │ U │
└───────────┴───────────┴─────────┴─────────┴─────────┘
```
The table legend is the following:
* F - Full support.
* C - The code does compile, not enough knowledge about it's correct work.
* E - Experimental support, not enough feedback from users.
* U - Unknown, the code may be built but the correctness of it's work has not been tested.
* N - No support, the code may compile but the work has not been tested.
Note that minimum supported Windows version is Windows Vista.
Supported plugin formats:
* CLAP (full support);
* GStreamer (experimental support);
* JACK standalone (full support)
* LADSPA (partial support: not supported by plugins that use MIDI or file loading due to LADSPA plugin format restrictions);
* LV2 (full support);
* VST2/LinuxVST (full support);
* VST3 (full support).
The Linux distribution requirements:
* glibc >= 2.19
* libsndfile >= 1.0.25
* libcairo >= 1.14
* libfreetype >= 2.10
* libGL
Known list of supported plugin hosts:
* Ardour
* Bitwig Studio
* Carla
* Mixbus
* Qtractor
* Reaper
* Renoise
* Tracktion
# VERSIONING
Binary releases contain all possible plugins in one bundle. The binaries are packaged
into archive named according to the following format:
```
lsp-plugins-<format>-<major>.<minor>.<micro>-<platform>-<arch>.tar.gz
```
The property <format> is the format of plugins, currently available:
* clap - plugins in [CLAP](https://github.com/free-audio/clap) format;
* doc - documentation;
* gst - plugins in [GStreamer](https://gstreamer.freedesktop.org/) format;
* jack - standalone version of plugins that require [JACK](https://jackaudio.org/) server for execution;
* ladspa - plugins in [LADSPA](https://en.wikipedia.org/wiki/LADSPA) format (not all plugins due to format's restriction);
* lv2 - plugins in [LV2](https://lv2plug.in/) format;
* src - source code;
* vst2 - plugins in [VST 2.4](https://www.steinberg.net/) format;
* vst3 - plugins in [VST3](https://www.steinberg.net/) format.
Property 'arch' contains short name of architecture the binaries are build for.
Properties 'major', 'minor' and 'micro' form the version of release.
If the <micro> version is odd, it contains mostly bug-fixes and patches for
the plugin modules. The even 'micro' version of plugins contains new features
and, in most cases, new plugin series. The history of changes may be seen in
attached CHANGELOG.txt.
Source code is also ready for building, see 'BUILDING' section for details.
# INSTALLATION
Binary distributions are ready to launch, just copy them to the appropriate directory.
Releases containing odd number in minor version provide only enhancements
and critical fixes for the previous release.
IMPORTANT FOR VST INSTALLATIONS: If you deploy plugins as a subdirectory
of your VST2 directory, the subdirectory should contain substring
'lsp-plugins'. Otherwise plugins won't find the VST2 core library.
Please notice that '~' means user's home directory.
## For Linux/FreeBSD
The usual directories for CLAP are:
* /usr/lib/clap
* /usr/local/lib/clap
* /usr/lib64/clap
* /usr/local/lib64/clap
* ~/.clap
The usual directories for JACK core library are:
* /usr/lib
* /usr/local/lib
* /lib
* /usr/lib64
* /usr/local/lib64
* /lib64
The usual directories for JACK binaries are:
* /usr/bin
* /usr/local/bin
* /bin
* /usr/sbin
* /usr/local/sbin
* /sbin
The usual directories for GStreamer core library:
* /usr/lib
* /usr/local/lib
* /lib
* /usr/lib64
* /usr/local/lib64
* /lib64
The usual installation directory for GStreamer plugins can be obtained by the following command:
```bash
pkg-config --variable=pluginsdir gstreamer-1.0
```
The usual directories are the following:
* /usr/lib64/gstreamer-1.0
* /usr/lib/gstreamer-1.0
* /usr/local/lib64/gstreamer-1.0
* /usr/local/lib/gstreamer-1.0
The usual directories for LADSPA are:
* /usr/lib/ladspa
* /usr/local/lib/ladspa
* /usr/lib64/ladspa
* /usr/local/lib64/ladspa
* ~/.ladspa
The usual directories for LV2 are:
* /usr/lib/lv2
* /usr/local/lib/lv2
* /usr/lib64/lv2
* /usr/local/lib64/lv2
* ~/.lv2
The usual directories for VST 2.x/LinuxVST are:
* /usr/lib/vst
* /usr/local/lib/vst
* /usr/lib64/vst
* /usr/local/lib64/vst
* ~/.lxvst
* ~/.vst
The usual directories for VST 3.x are:
* /usr/lib/vst3
* /usr/local/lib/vst3
* /usr/lib64/vst3
* /usr/local/lib64/vst3
* ~/.vst3
## For Windows
The usual directory for LV2 binaries is:
* C:\Program Files\Common Files\LV2
The usual directory for VST2 binaries is:
* C:\Program Files\Common Files\VST
The usual directory for VST3 binaries is:
* C:\Program Files\Common Files\VST3
* C:\Program Files (x86)\Common Files\VST3 - for 32-bit plugins on 64-bit Windows.
The usual directory for CLAP binaries is:
* C:\Program Files\Common Files\CLAP
## For macOS
The usual directory for LV2 binaries is:
* /usr/local/lib/lv2
# BUILDING
You may build plugins from scratch.
The build process doesn't differ much for GNU/Linux, FreeBSD or Windows.
For a build on macOS and FreeBSD you should use `gmake` instead of `make`.
Build of JACK standalone versions for Windows is yet not supported.
For successful build for Linux/FreeBSD you need the following packages to be installed:
* gcc >= 4.7 OR clang >= 10.0.1
* gcc-c++ >= 4.7 OR clang-c++ >= 10.0.1
* libgcc_s1 >= 5.2
* libstdc++-devel >= 4.7
* libsndfile-devel >= 1.0.25
* libcairo-devel >= 1.14
* php >= 5.5.14 (for documentation)
* jack-devel >= 1.9.5 (for JACK)
* libiconv (for FreeBSD)
* libGL-devel >= 11.2.2
* gstreamer >= 1.20 (for GStreamer)
* gstreamer-plugins-base >= 1.20 (for GStreamer)
For macOS build, the following software needs to be installed:
* make >= 4.4.1
* cairo >= 1.18.4
* freetype >= 2.13.3
* pkgconf >= 2.5.1
* php >= 5.5.14 (for the docs)
For Windows build, the following software needs to be installed:
* MinGW/MinGW-W64 >= 7.0
* Git >= 2.8 (optional)
* PHP >= 5.5.14
* GNU Make >= 4.2
To perform toolchain setup for Windows, you may perform the following steps:
* Download [latest Git](https://git-scm.com/download/win)
* Download [latest MinGW-W64 GCC](https://sourceforge.net/projects/mingw-w64/files/mingw-w64/)
* Download [latest PHP x64 Thread Safe ZIP package](https://windows.php.net/download/)
* Install Git
* Unpack PHP ZIP to C:\php
* Unpack MinGW to C:\mingw64
* To make all installed software accessible from command line, add to the PATH environment variable following elements:
* C:\Program Files\Git\cmd
* C:\Program Files\Git\usr\bin
* C:\mingw64\bin
* C:\php
> MacOS includes their own version of `make`, if you decide to install it from homebrew, replace all the commands with `gmake`.
To build the project from archive with source code, the following sequence of commands
should be performed:
```
make clean
make config
make
make install
```
To build the project from GIT repository, the additional 'make fetch' command should be issued
to obtain all source code dependencies:
```
make clean
make config
make fetch
make
make install
```
For Windows, the `make install` command creates 'INSTALL' subdirectory and places the
plugin content into desired subfolders.
By default, all supported formats of plugins for the target platform are built.
The list of modules for build can be adjusted by specifying FEATURES variable
at the configuration stage:
```
make config FEATURES='lv2 vst2 ui doc'
```
Available options are:
* clap - CLAP plugin binaries;
* doc - HTML documentation;
* gst - GStreamer plugin binaries;
* jack - JACK plugin binaries (not available under Windows);
* ladspa - LADSPA plugin binaries;
* lv2 - LV2 plugin binaries;
* ui - build plugins wih UI support;
* vst2 - VST2/LinuxVST plugin binaries;
* vst3 - VST2 plugin binaries;
* xdg - the X11 desktop integration icons (not necessary for Windows).
By default plugins use '/usr/local' path as a target directory for installation.
To override this path, the PREFIX variable can be overridden:
```
make config PREFIX=/usr
```
To build binaries for debugging, use the following commands:
```
make config DEBUG=1
```
To build binaries for testing (developers only), use the following commands:
```
make config TEST=1
```
To install plugins at the desired root directory, the DESTDIR variable can be specified:
```
make install DESTDIR=<installation-root>
```
To install only specific formats, use INSTALL_FEATURES option:
```
make install FEATURES=lv2
```
To build standalone source code package, the following commands can be issued:
```
make config
make distsrc
```
After that, a stanalone archive with source code will be created in the `.build` directory.
When cross compiling, the AS, AR, CC, CXX, LD, etc. variables should be set in the environment according to the target/cross compile toolchain. The build host machine versions of those variables- HOST_AS, HOST_AR, HOST_CC, HOST_CXX, etc. have defaults set in the makefiles but may need to be overridden. To troubleshoot, run `make configure` with the VERBOSE option.
Additional variables should be configured:
* set the ARCHITECTURE option to the target architecture
* set the CROSS_COMPILE option to 1
Example cross compile procedure for aarch64 target on x86_64 build host:
```
make clean
make config ARCHITECTURE="aarch64" CROSS_COMPILE="1"
make fetch
make
make install
```
After successful completion, the cross compiled artifacts should be located in the directory specified by PREFIX.
For more build options, issue:
```
make help
```
Build example for macOS:
```
brew install make pkgconf cairo freetype
gmake clean
gmake config FEATURES="lv2 ui"
gmake fetch
gmake
sudo gmake install
```
# DEBUGGING
For debugging and getting crash stack trace with Ardour, please follow these steps:
* Open console
* Run ardour from console with --gdb option
* After gdb starts, issue 'run' command
* Do usual stuff to reproduce the problem
* After Ardour crashes, type 'thread apply all bt' in console and attach the output
to the bug report.
# KNOWN PROBLEMS
## unclutter
People using the `unclutter` tool reported spontaneous freeze of the UI for LSP Plugins.
The `unclutter` tool is pretty rare and has not been updated over the years. So it does
not follow the latest changes made for X.Org. The problem can be solved by switching to
`unclutter-xfixes` tool which works pretty OK with LSP UI.
## gstreamer
There is no good support of MIDI interface in GStreamer now. Even if MIDI-based plugins are
available for GStreamer, there is no guarantee that they will fully work.
## Wayland and XWayland
LSP Plugins don't support Wayland protocol at this moment and are required to run under
XWayland if Wayland is used as a system compositor. The implementation of XWayland is still
imperfect and there are known cases where it can cause several problems with graphics.
There are several reasons why LSP Plugins don't support Wayland at this moment:
* It's a new protocol, and adding it's support requires some time;
* It provides some backward compatibility with X11, and the lack of Wayland support
is not so critical;
* Only few plugin formats and DAWs support Wayland at this moment. CLAP is the only known
plugin format that supports Wayland and the Presonus Studio for Linux is the only DAW
that requires Wayland as a must.
If you meet problems using LSP Plugins with Wayland, please consider switching back to X11.
## 3D backend not working
This is the typical problem of interacting of the GUI with additional library that performs
3D rendering. The reason can be:
* the library is missing in standard system libraries or nearby the plugin's binareis.
* the provided version of the library does not matched the required one by the UI.
The short way to diagnose that the library was not found or not accepted by the UI is just to
visit the `MENU` -> `3D rendering` (visible only for plugins that use 3D rendering) and
ensure that there are no available items in the submenu.
To solve the problem, you need:
* ensure that the `liblsp-r3d-glx` library is present in `/usr/lib` or in
`/usr/local/lib` system paths OR:
* ensure that the `liblsp-r3d-glx` library is placed nearby the plugin's binaries
if you have some custom installation of the bundle (for example, in your `HOME` directory);
* ensure that the version of the `liblsp-r3d-glx` is matching to installed binaries;
* install the proper version of the library to the usual place if at least one of the checks
above were not fulfilled.
# TESTING
Since release 1.1.4 there is implemented testing subsystem that allows:
* perform manual tests (mtest module);
* perform automated unit testing (utest module);
* perform automated single-core performance testing (ptest module).
Manual tests are semi-automated or not automated at all. You may launch these tests
to perform manual interaction with system or for retrieving some text data for further
processing.
Unit tests are completely automated and check that the produced result is correct for the
specific input data. By default unit tests are launched in separate processes and utilize
all CPU cores for maximum performance. The status of each unit test is collected during
execution and list of all failed tests are printed after completion.
Performance tests measure performance of some function/module under different conditions,
gather final statistics and output them in a table format. These tests are very useful for
measuring single-core performance of different modules and functions and performing code
optimizations.
To build testing subsystem, issue the following commands:
```
make clean
make config TEST=1
make
```
After build, we can launch the test binary by issuing command:
```
.build/host/lsp-plugin-fw/lsp-plugins-test
```
This binary provides simple command-line interface, so here's the full usage:
```
USAGE: {utest|ptest|mtest} [args...] [test name...]
First argument:
utest Unit testing subsystem
ptest Performance testing subsystem
mtest Manual testing subsystem
Additional arguments:
-a, --args [args...] Pass arguments to test
-d, --debug Disable time restrictions for unit tests
for debugging purposes
-e, --execute Launch tests specified after this switch
-f, --fork Fork child processes (opposite to --nofork)
-h, --help Display help
-i, --ignore Ignore tests specified after this switch
-j, --jobs Set number of job workers for unit tests
-l, --list List all available tests
-mt, --mtrace Enable mtrace log
-nf, --nofork Do not fork child processes (for better
debugging capabilities)
-nt, --nomtrace Disable mtrace log
-o, --outfile file Output performance test statistics to specified file
-s, --silent Do not output additional information from tests
-t, --tracepath path Override default trace path with specified value
-v, --verbose Output additional information from tests
```
Each test has fully-qualified name separated by dot symbols, tests from different
test spaces (utest, ptest, mtest) may have similar fully-qualified names.
To obtain a list of all unit tests we can issue:
```
.build/host/lsp-plugin-fw/lsp-plugins-test utest --list
```
And then we can launch all complex number processing unit tests and additionally
'dsp.mix' unit test:
```
.build/host/lsp-plugin-fw/lsp-plugins-test utest dsp.complex.* dsp.pcomplex.* dsp.mix
```
If we don's specify any unit test name in argument, then all available unit tests
will be launched.
To start debugging of some unit test, you need to pass additional arguments:
```
.build/host/lsp-plugin-fw/lsp-plugins-test/lsp-plugins-test utest --nofork --debug --verbose
```
Because unit tests are short-time fully-automated tests, they are parallelized and
executed by default by number_of_cores*2 processes. To disable this, we specify option
--nofork. Also, unit test execution time is limited by 5 seconds by default, so when
debugging, our tests will be killed. That's why we specify --debug option to disable time
control. Option --verbose allows to output additional information by the unit test that is
turned off by default.
We also can use performance tests to obtain full performance profile of target machine.
Because performance tests in most cases take much time for gathering statistics,
the final statistics for each test can be saved in a separate file by specifying --outfile
option:
```
.build/host/lsp-plugin-fw/lsp-plugins-test ptest -o performance-test.log
```
Manual tests are mostly designed for developers' purposes.
# SAST TOOLS
The Code of the project has been verified by the following SAST tools:
* [PVS-Studio](https://pvs-studio.com/en/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source) - static analyzer for C, C++, C#, and Java code.
# TROUBLESHOOTING
Because there are many GNU/Linux distributions and software configurations,
and, possible, internal bugs, plugins may have bad performance or even crash.
The good way to find the solutiong is to submit a bug or crash report. This
section describes the way to give detailed information to developers.
To submit a good bug or crash report, you should answer these questions:
* Did you use the previous version of plugins? If yes, did they properly work and
have you properly uninstalled the previous version?
* What version of plugins caused a crash? Was it LV2, LinuxVST, LADSPA or
standalone package?
* Did you try standalone version of plugins? Did they crash, too?
* What CPU and memory configuration do you use? This can be done by
issuing 'cat /proc/cpuinfo' and 'free' commands.
* What Linux distribution do you use? This may be done by issuing
'uname -a' and 'cat /etc/issue' commands.
* What version of required (see 'INSTALLATION') packages are present in your
system?
* Provide the full list (besides LSP Plugins) of plugins that you used in your host.
* If possible, provide the stack trace of the crash, given by GDB.
See 'PROFILING / DEBUGGING' section for details.
* If plugins have serious performance regression, please provide profiling file.
See 'PROFILING / DEBUGGING' section for details.
* If the plugin behaves incorrectly, there is also good reason to provide the dump
of internal state of the plugin which can be performed by selectecting the
'Dump for debug' menu item from the main menu. The internal state of the plugin
will be saved into the 'test-dumps' subdirectory of the system temporary directory.
# CONTACTS
There is possible to submit feature requests and bugs on the
GitHub.com page of the project:
https://github.com/sadko4u/lsp-plugins/issues
Sourceforge.net page of the project:
https://sourceforge.net/p/lsp-plugins/tickets/
You may contact us on the special feedback page:
https://lsp-plug.in/?page=feedback
Hope you have enjoyed our work!
|