Skip to content

Copy of Richard Taylor's LADSPA plugins for active loudspeakers

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

chris42/rt-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fork of Richard Taylor's LADSPA plugins for Active Loudspeakers. I used them for a private project and found it more accesible here.
See https://faculty.tru.ca/rtaylor/rt-plugins/ for details and original work.

----

Compiling
~~~~~~~~~

Install with
   cd build
   cmake ..
   make
   sudo make install

By default this installs plugins in /usr/local/lib/ladspa.  If
you want them to go somewhere else, configure cmake accordingly
by running 'ccmake .'

You should set the environment variable LADSPA_PATH to contain the
path to the plugins, so they can be found.  Something like this:

export LADSPA_PATH=/usr/local/lib/ladspa:/usr/lib/ladspa

You probably want to put this in your ~/.bashrc or some such.


Platform-specific issues
~~~~~~~~~~~~~~~~~~~~~~~~

The code sets flags in the floating point processor, so that denormal floating
point numbers don't cause a performance hit, should they occur.  This is
platform-specific, and requires compiling with -msse2 -mfpmath=sse.  So far as
I know, these instruction sets are only implemented on Intel and Athlon
processors.  Compiling for other architectures will probably require some
changes to the source code.

You can set USE_SSE2 to off using ccmake if you do not want to use SSE2.


Bug reports
~~~~~~~~~~~
Please send bug reports or comments to [email protected].

Enjoy,
   Richard

About

Copy of Richard Taylor's LADSPA plugins for active loudspeakers

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published