Slight change to Files Ardour Knows About, corrects bug 0008648
This commit is contained in:
parent
19c2b00179
commit
af2edba395
@ -95,13 +95,14 @@
|
|||||||
|
|
||||||
<h4>LV2</h4>
|
<h4>LV2</h4>
|
||||||
<p>
|
<p>
|
||||||
LADSPA plugins should be found in <code>/usr/lib/lv2/</code>,
|
LV2 plugins should be found in <code>/usr/lib/lv2/</code>,
|
||||||
<code>/usr/local/lib/lv2/</code>
|
<code>/usr/local/lib/lv2/</code>
|
||||||
or in a directory mentioned in your LV2_PATH environment variable.
|
or in a directory mentioned in your LV2_PATH environment variable.
|
||||||
The most common mistake made by distro packagers, is to use a path
|
The most common mistake made by distro packagers, is to use a path
|
||||||
like <code>/usr/lib/$ARCH/lv2/</code> and find that Ardour will not find that by
|
like <code>/usr/lib/$ARCH/lv2/</code>, <code>/usr/lib64/lv2</code>
|
||||||
default. The user can either add a link from this actual directory to
|
or <code>/usr/local/lib64/lv2</code> and find that Ardour will not find
|
||||||
the standard directory or add this path to LV2_PATH.
|
that by default. The user can either add a link from this actual directory
|
||||||
|
to the standard directory or add this path to LV2_PATH.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4>Linux VST or lxvst</h4>
|
<h4>Linux VST or lxvst</h4>
|
||||||
|
Loading…
Reference in New Issue
Block a user