Page 1 of 1

Can't locate plugin

Posted: Sun Nov 07, 2010 11:56 pm
by rmcellig
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?

Re: Can't locate plugin

Posted: Mon Nov 08, 2010 12:54 pm
by bgravato
How and where did you install your plugin to?

Re: Can't locate plugin

Posted: Mon Nov 08, 2010 2:40 pm
by rmcellig
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?

Re: Can't locate plugin

Posted: Mon Nov 08, 2010 2:55 pm
by bgravato
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.