Effect "Mutron", nyquist plugin.
Forum rules
This forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Effect "Mutron", nyquist plugin.
I download plugin and place it to "Plug-Ins", choose in "Manage" - "enable", but the added plugin doesn't appear in effect list, "enable" has been changed again to "new". Please, help!
Re: Effect "Mutron", nyquist plugin.
Unfortunately there is an error in that plug-in.
To fix the error:
To fix the error:
- Close Audacity
- Open the file "mutron.ny" in a plain text editor (such as NotePad or NotePad++)
- Change the third line from
to
Code: Select all
;type effectCode: Select all
;type process - Find the file "pluginregistry.cfg"
For Windows Vista/Windows 7/Windows 8 it will be in:
Users\<user name>\AppData\Roaming\Audacity\ - Open the file in a plain text editor
- Search for the word "Mutron" in that file and you should find lines similar to this:
Code: Select all
Path=<path to your plug-in folder>mutron.ny Symbol=Mutron Name=Mutron Version=N/A Vendor=N/A Description=N/A ProviderID=Module__The Audacity Team_Nyquist Effects_ Enabled=1 Valid=1 EffectType= EffectFamily=Nyquist EffectDefault=0 EffectInteractive=1 EffectRealtime=0 EffectAutomatable=1 - Change the line:
to:
Code: Select all
EffectType=Code: Select all
EffectType=Process - Restart Audacity
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Effect "Mutron", nyquist plugin.
To my mind, it works. Thank you!
Re: Effect "Mutron", nyquist plugin.
I have now updated mutron.ny on the wiki, so hopefully others will not have this problem.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)