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

..03-May-2022-

plugin/H03-May-2022-7,3375,475

plugingui/H03-May-2022-22,83019,007

rdf/H23-Aug-2009-3,5173,374

COPYINGH A D05-Mar-200517.6 KiB341281

CREDITSH A D23-Aug-2009706 1611

MakefileH A D03-May-20223.7 KiB11568

READMEH A D23-Aug-20093.4 KiB10670

README

1INTRODUCTION
2============
3Thanks for taking the time to try out these plugins.
4Feedback / comments welcome.
5
6
7
8CONTENTS
9========
10The following plugins are included:
11
12Delay Plugins
13* Delay Munge - Mono         => Two channel delay with non-linear feedback (munged) plus delay calculator.
14* Delay Munge - Stereo       => Two channel delay with non-linear feedback (munged) plus delay calculator.
15
16Distortion Plugins
17* Tube - Mono                => Valve warmth/distortion simulation
18* Tube - Stereo              => Valve warmth/distortion simulation
19
20Dynamics Plugins
21* Compressor - Mono          => Peak/RMS softclipping compressor
22* Compressor - Stereo        => Peak/RMS softclipping compressor
23
24Filter Plugins
25* Low Pass Mono              => gentle low pass filter
26* Low Pass Stereo            => gentle low pass filter
27* High Pass Mono             => gentle high pass filter
28* High Pass Stereo           => gentle high pass filter
29
30Phaser Plugins
31* Stereo Phaser - Mono In    => slow stereo phaser
32* Stereo Phaser - Stereo In  => slow stereo phaser
33* Stereo Phaser - Sum L+R In => slow stereo phaser
34
35Reverb Plugins
36* ER Reverb - Mono In        => early reflection based reverb
37* ER Reverb - Sum L+R In     => early reflection based reverb
38
39Utility Plugins
40* Input Module               => alter gain, balance, width, phase on a stereo signal
41* Meters                     => peak, VU, phase and spectrograph meters
42* Test Tones                 => Generate test tones at standard and muscial frequencies.
43
44
45
46INSTALLATION
47============
48No binaries are included, you'll need to compile the plugins yourself.
49
50
51
52BUILDING
53========
54To build the plugins the you'll need the following items installed:
55* a working build environment with core includes
56* the lv2 header file (lv2.h)
57* the gtk2 developer libraries & includes
58* the cairo developer libraries & includes
59* the glade2 developer libraries & includes
60
61Go to the directory that was created when you unpacked this archive and then run:
62
63make
64make install-user (to install in ~/.lv2)
65or
66make install-sys (as root to install in /usr/local/lib/lv2)
67
68Change the Makefile if you'd like to have them in an alternate system location.
69
70
71
72BUILDING (Debian and derivatives)
73=================================
74Packages for Debian and derivatives (Ubuntu etc) can be built from this archive. You'll need a Debian build environment.
75To install the build environment and dependancies run the following:
76
77sudo apt-get install build-essential debhelper fakeroot lv2core libgtk2.0-dev
78
79Go to the directory that was created when you unpacked this archive and then run:
80
81dpkg-buildpackage -rfakeroot -tc
82
83Once done you'll find a 'deb' package for your system in the directory above. Use your favourite package manager to install.
84The plugins will install into "/usr" by default.
85
86
87
88PACKAGES (Ubuntu and derivatives)
89=================================
90Pre built binary packagaes for ubuntu are available from https://launchpad.net/~invada/+archive/ppa
91
92
93
94PACKAGING FOR DISTROS
95=================================
96An alternative download is available at launchpad which has no 'debian' packaging information in it. Look for the 'nopkg' tarball.
97When building in fakeroot type environments, the installation directory can be prefixed with a destination directory like so:
98make install-sys DESTDIR='/a/fake/root/location'
99which will install into /a/fake/root/location/usr/local/lib/lv2
100
101
102
103Enjoy!
104fraser@arkhostings.com
105https://launchpad.net/invada-studio
106