Ticket #353 (closed defect: fixed)

Opened 16 months ago

Last modified 15 months ago

Ardour2 shows each LADSPA plugin twice

Reported by: daniel@… Owned by: free
Priority: normal Milestone: 2.0
Component: packages Version: 1.4.0
Severity: normal Keywords:
Cc:

Description

Right click on a mixer strip and choose 'New Plugin'. Each LADSPA plugin is listed twice.

Audacity lists the same plugins, but only once per plugin. Could be a LADSPA path problem, if Ardour is reading two locations.

Change History

Changed 16 months ago by daniel@…

Found the problem, Ardour requires a user's LADSPA_PATH environment variable to be set for the plugins to be displayed correctly (once per plugin):

export LADSPA_PATH=/usr/lib/ladspa/

typed in a terminal before launching Ardour works.

We should put this in the default profile for new users - is /etc/profile the right place?

Changed 15 months ago by free

  • status changed from new to closed
  • resolution set to fixed

(In [197]) * Set the LADSPA_PATH environment variable (closes #353)

Note: See TracTickets for help on using tickets.