Page 1 of 2

problem with plugin Manager [SOLVED]

Posted: Thu Aug 06, 2015 8:25 am
by DERF
Hello.
(I use audacity 2.1.1 under Windows 8)
I try to install the following plug-ins: harmonic gen 1220/ladspa-util/ libfftw3f-3/ logarithm/Phasm2 (VST Novaflash).
I tried several times. Having to click on "OK" in the plugin manager, the scan dashes. But he does not succeed. This plug-ins never appears in the column: Effets/LADSPA or Effets /VST.
It is necessary to delete "pluginregistry.cfg?

Re: problem with plugin Manager

Posted: Thu Aug 06, 2015 10:51 am
by steve
DERF wrote:Having to click on "OK" in the plugin manager, the scan dashes. But he does not succeed.
You need to click on the "Enable" button to enable the selected plug-ins. (see: http://manual.audacityteam.org/o/man/ma ... yzers.html)

Re: problem with plugin Manager

Posted: Thu Aug 06, 2015 2:20 pm
by DERF
Thank you.
If I clic on "Enable", then "Ok", a scan of plug-ins seems to launch. Then the plug-in Manage closes.
But, if I loock in the plug-in Manage after, the plug-ins which I wanted to add are always considered as "Nouveau" (State).
If I look in the pluginregistry.cfg, I see: Symbol = 0 Name = 0 Version = 0 Vendor = 0 Description = 0 Enabled = 0 Valid = 0

Re: problem with plugin Manager

Posted: Thu Aug 06, 2015 4:03 pm
by Gale Andrews
DERF wrote:(I use audacity 2.1.1 under Windows 8)
I try to install the following plug-ins: harmonic gen 1220/ladspa-util/ libfftw3f-3/ logarithm/Phasm2 (VST Novaflash).
I tried several times. Having to click on "OK" in the plugin manager, the scan dashes. But he does not succeed. This plug-ins never appears in the column: Effets/LADSPA or Effets /VST.
It is necessary to delete "pluginregistry.cfg?
Yes that sometimes helps.

libfftw3f-3/dll is merely a DLL that enables libfftw for the few LADSPA-swh plugins that need it.

harmonic_gen_1220.dll appears for me in the Effect menu as Harmonic Generator.

As previously requested, please give links to other plugins that may be causing problems.


Gale

Re: problem with plugin Manager

Posted: Sun Aug 23, 2015 10:16 am
by DERF
Hello.
Problem with plug-in Manager (continuation).
I placed the plug - in "ExperimentalSampleDataImport.ny" in the file "Plug-ins" of "Audacity", In Audacity 2.1.1 under Windows 8.
I clicked " enable " in the plug - in Manager. I clicked on "OK". Now this plug - in does not appear any more in the list of the plug in Manager.
If I open the file " pluginregistry.cfg " I see at the level of this plug-in " EffectInteractive = 0"
A user has he already observed this problem?

Re: problem with plugin Manager

Posted: Sun Aug 23, 2015 11:38 am
by Gale Andrews
DERF wrote:I placed the plug - in "ExperimentalSampleDataImport.ny" in the file "Plug-ins" of "Audacity", In Audacity 2.1.1 under Windows 8.
I clicked " enable " in the plug - in Manager. I clicked on "OK". Now this plug - in does not appear any more in the list of the plug in Manager.
If I open the file " pluginregistry.cfg " I see at the level of this plug-in " EffectInteractive = 0"
A user has he already observed this problem?
It sounds like Audacity has disabled the effect so it is probably a problem with the plugin and not the plugin manager.

Did you get this plugin from http://forum.audacityteam.org/viewtopic ... 13#p207413? Have you modified it? I suggest you attach the exact plugin you are using.

Gale

Re: problem with plugin Manager

Posted: Sun Aug 23, 2015 1:13 pm
by DERF
Hello.
I downloaded this plug-in on the official site (Forum Nyquist) . I did not modify it.

Re: problem with plugin Manager

Posted: Sun Aug 23, 2015 3:28 pm
by steve
DERF wrote:I downloaded this plug-in on the official site (Forum Nyquist) . I did not modify it.
Open the file in a plain text editor such as NotePad.
Add a space at the end of the line:

Code: Select all

;control file "Input file" string "" ""
then save the file.
Ensure that the file name still has the ".ny" file extension.

Re: problem with plugin Manager

Posted: Sun Aug 23, 2015 5:04 pm
by DERF
Hello.
Thank you .
I have a precision to be asked. It is necessary to place a space enter ... string "" (here) "", or ... string "" " (here) "?

Re: problem with plugin Manager

Posted: Sun Aug 23, 2015 5:27 pm
by steve
Add a space at the end of the line.