Tom's Audio Processing LADSPA plugins
License
tomscii/tap-plugins
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
- remove ladspa.h as it is provided by ladspa-sdk - add _USE_MATH_DEFINES for building on msvc - centralize inclusion of math.h - cosmetic changes Closes #13
8564022
Git stats
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
TAP-plugins (Tom's Audio Processing plugins) -------------------------------------------- AUTHOR: Tom Szilagyi WEBPAGE: https://tomscii.sig7.se/tap-plugins Welcome! TAP-plugins is a bunch of LADSPA plugins for audio processing. It runs on the GNU/Linux operating system, and possibly other UNIX-like operating systems. (Although the author cannot verify the results, the source code can be compiled on Mac OS X and MS Windows as well.) LADSPA stands for Linux Audio Developers Simple Plugin API. Learn more about LADSPA at http://www.ladspa.org You need a LADSPA-aware host program to use these plugins. I recommend using Ardour, which is a professional multichannel hard disc recorder and digital audio workstation for Linux. These plugins were developed and tested using Ardour, but they should work with any LADSPA-capable host. Learn more about Ardour at http://ardour.org Installation and usage of the plugins is very simple. Please take a moment to edit the top of the Makefile if you wish to install the plugins in a directory other than /usr/local/lib/ladspa (the default place for plugins). A destination directory for RDF metadata is also set there (defaults to /usr/local/share/ladspa/rdf) which you may also want to change. Then run "make" and (as root) "make install". No special packages are needed to compile these plugins, so there is no ./configure script.
About
Tom's Audio Processing LADSPA plugins