-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
48 lines (35 loc) · 1.52 KB
/
README
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
This is a port to LV2 of Nick Lambs njl LADSPA plugins (https://github.com/tialaramex/njl-plugins),
written by James Morris <[email protected]>
(Note from Olivier Humbert on the 23 december 2018)
James has removed these LV2 plugins from his web page (http://www.jwm-art.net/) a while ago.
I was looking for them and send a email to him, and James has been nice enough to send them
back to me. I've asked him if he would agree if I put them back online, which he agreed.
Here we are, they're back on the web for anyone who would have an interest in them.
Thank you James!
(End of the note)
------------------------------------------------------------
To build:
make
To install for all users, system wide:
sudo make install-system
To install for just your user:
make install-user
------------------------------------------------------------
NOTES:
This is my first attempt at programming using LV2, and also
my first effort to port a LADSPA plugin to LV2.
This is a beta release of the LV2 njl plugins, and as such
is subject to change in future. The LV2 URI for each
plugin is not yet stable - depending on how much interest in
this comes from the original developer, the URI may change
completely. It is suggested that before installing a future
version, you therefor un-install this version.
CHANGES:
0.0.2
* LV2 URI prefixes of all plugins have changed from:
http://www.jwm-art.net/lv2/njl
to:
http://jwm-art.net/lv2/njl
* experiments in representation:
fixed integer port property (the property 'integer'
is now 'Integer').