• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

autopan/H21-Feb-2018-1,4431,291

chorusflanger/H21-Feb-2018-852698

deesser/H21-Feb-2018-1,5341,344

doubler/H21-Feb-2018-943776

dynamics/H03-May-2022-2,3492,008

dynamics-st/H21-Feb-2018-2,4022,062

echo/H21-Feb-2018-872724

eq/H21-Feb-2018-802688

eqbw/H21-Feb-2018-953848

limiter/H21-Feb-2018-1,4821,298

pinknoise/H21-Feb-2018-1,4331,272

pitch/H21-Feb-2018-1,5591,365

reflector/H21-Feb-2018-1,7801,357

reverb/H21-Feb-2018-3,5083,134

rotspeak/H21-Feb-2018-1,201861

sigmoid/H21-Feb-2018-1,5821,250

tremolo/H21-Feb-2018-1,4331,272

tubewarmth/H21-Feb-2018-1,7051,326

utils/H21-Feb-2018-1,5341,415

vibrato/H21-Feb-2018-698555

.create_lv2_env.shH A D21-Feb-20181.6 KiB3522

.gitignoreH A D21-Feb-2018160 2217

.travis.ymlH A D21-Feb-2018377 1514

COPYINGH A D21-Feb-201817.6 KiB341281

CREDITSH A D21-Feb-20183.1 KiB7052

MakefileH A D21-Feb-20182 KiB6863

Makefile.mkH A D03-May-2022885 4423

READMEH A D21-Feb-20181.7 KiB4531

README.mdH A D21-Feb-2018351 2011

README

1TAP-plugins (Tom's Audio Processing plugins)
2--------------------------------------------
3
4AUTHOR: Tom Szilagyi <tszilagyi@users.sourceforge.net>
5WEBPAGE: http://tap-plugins.sf.net
6
7
8Welcome!
9
10TAP-plugins is a bunch of LADSPA plugins for audio processing. It runs
11on the GNU/Linux operating system, and possibly other UNIX-like
12operating systems.
13
14LADSPA stands for Linux Audio Developers Simple Plugin API.
15Learn more about LADSPA at http://www.ladspa.org
16
17You need a LADSPA-aware host program to use these plugins.
18I recommend using Ardour, which is a professional multichannel hard
19disc recorder and digital audio workstation for Linux.  These plugins
20were developed and tested using Ardour, but they should work with any
21LADSPA-capable host.  Learn more about Ardour at http://ardour.org
22
23
24
25Installation and usage of the plugins is very simple.  Please take a
26moment to edit the top of the Makefile if you wish to install the
27plugins in a directory other than /usr/local/lib/ladspa (the default
28place for plugins).  A destination directory for RDF metadata is also
29set there (defaults to /usr/local/share/ladspa/rdf) which you may also
30want to change. Then run "make" and (as root) "make install".  No
31special packages are needed to compile these plugins, so there is no
32./configure script.
33
34A thorough manual is provided in html format. It is identical to the
35project website. There is no need to save that manually, though: it is
36provided as a separate package called tap-plugins-doc. After
37downloading and untarring it, just open index.html with your favorite
38Any Browser to view it.
39
40Questions, comments, suggestions, bugreports and fixes are always
41welcome at: <tszilagyi@users.sourceforge.net>
42
43
44Have fun, turn up the volume and kick the shit out of your neighbours!
45

README.md

1tap-lv2
2=======
3
4LV2 port for the TAP (Tom's Audio Processing) plugins
5
6Author: Tom Szilagyi <tszilagyi@users.sourceforge.net>
7
8Webpage: http://tap-plugins.sf.net
9
10Check the original README file for more information
11
12
13compile and install
14===================
15
16make
17
18make INSTALL_PATH=~/.lv2/ install
19
20(or any other dir, defaults to /usr/local/lib/lv2/)