Can't locate plugin

This section is now closed.
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
Locked
rmcellig
Posts: 162
Joined: Wed Sep 08, 2010 10:34 pm
Operating System: Please select

Can't locate plugin

Post by rmcellig » Sun Nov 07, 2010 11:56 pm

I installed the Channel mixer plugin and also restarted Audacity. I have no idea how to access my plugin. There also seems to be a ton of plugins that I never installed and that I never use. How can I delete these?
Attachments
plugins.png
plugins.png (183.36 KiB) Viewed 816 times

bgravato
Posts: 2098
Joined: Wed Jan 13, 2010 8:56 pm
Operating System: Linux Debian

Re: Can't locate plugin

Post by bgravato » Mon Nov 08, 2010 12:54 pm

How and where did you install your plugin to?

rmcellig
Posts: 162
Joined: Wed Sep 08, 2010 10:34 pm
Operating System: Please select

Re: Can't locate plugin

Post by rmcellig » Mon Nov 08, 2010 2:40 pm

I solved the problem by deleting the Ladspa folder that contained the plugins. Not sure how those got installed. Maybe when I installed Ubuntu Studio?

bgravato
Posts: 2098
Joined: Wed Jan 13, 2010 8:56 pm
Operating System: Linux Debian

Re: Can't locate plugin

Post by bgravato » Mon Nov 08, 2010 2:55 pm

Probably. You can check which package installed a certain file with the command dpkg. For example:

Code: Select all

dpkg -S filename
or

Code: Select all

dpkg -S /path/to/filename
if the first return more than one result.

Locked