added README-files
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@825 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -30,4 +30,4 @@ depend: $(SOURCES)
|
||||
|
||||
all: caps.so
|
||||
|
||||
EXTRA_DIST = $(SOURCES) $(HDRS)
|
||||
EXTRA_DIST = $(SOURCES) $(HDRS) $(wildcard README*)
|
||||
|
||||
41
plugins/ladspa_effect/caps/README.ardour
Normal file
41
plugins/ladspa_effect/caps/README.ardour
Normal file
@@ -0,0 +1,41 @@
|
||||
|
||||
Ardour Users: Notice and WARNING
|
||||
================================
|
||||
|
||||
ALL the plugins in caps have been renamed as of caps-0.3.0. While this is
|
||||
clearly within the bounds of the LADSPA specification, ardour will fail to
|
||||
load caps plugins from earlier releases referenced in your existing session
|
||||
files should you install caps-0.3.0 over a previous release.
|
||||
|
||||
As a quick workaround, you can install caps with
|
||||
|
||||
# make alt-install
|
||||
|
||||
which will install the plugins as 'caps-ng.so', leaving your existing
|
||||
installation of caps intact so you can manually update your sessions within
|
||||
ardour to use the latest versions of the caps plugins.
|
||||
|
||||
The downside is you're now stuck with two implementations of identical
|
||||
plugins, and some hosts will (quite sensibly) complain about this. So after
|
||||
you're done updating your ardour sessions, installing caps under its rightful
|
||||
name of 'caps.so' is a good idea.
|
||||
|
||||
As an alternative, you can also run a search-and-replace on your ardour
|
||||
session files. I'll be happy to help you there should you require
|
||||
assistance, just drop me a mail.
|
||||
|
||||
|
||||
RDF metadata
|
||||
============
|
||||
|
||||
Pete Leigh has graciously provided a RDF file that refines the user interface
|
||||
of the Cabinet and SweepVF plugins within ardour (adding labels to the SweepVF
|
||||
filter modes and the Cabinet speaker models to be precise). I have dabbled
|
||||
with these files so if they fail to work for you, it's all my fault.
|
||||
|
||||
You should be able install the file on your system with
|
||||
|
||||
# make rdf-install
|
||||
|
||||
but be warned that I have set this up blindly. Tell me if it works for you.
|
||||
|
||||
18
plugins/ladspa_effect/caps/README.dist
Normal file
18
plugins/ladspa_effect/caps/README.dist
Normal file
@@ -0,0 +1,18 @@
|
||||
|
||||
Distribution Notice for the caps audio plugin suite
|
||||
===================================================
|
||||
|
||||
If you intend to package caps for redistribution PLEASE include the html
|
||||
and pdf documentation files, and make clear to your users that they exist
|
||||
and where to find them.
|
||||
|
||||
caps 0.3 Notice and WARNING
|
||||
===========================
|
||||
|
||||
The 0.3 release has relabelled the SweepVF, Cabinet, Chorus, StereoChorus
|
||||
and Phaser plugins (appending an 'I' to their label to be precise).
|
||||
Unfortunately, this might break some hosts' session files. Sorry about that.
|
||||
|
||||
Ardour users are well-advised to read the file 'README.ardour' in this
|
||||
directory before installing caps 0.3.0.
|
||||
|
||||
Reference in New Issue
Block a user