Effect "Mutron", nyquist plugin.

Help for Audacity on Windows.
Forum rules
ImageThis 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.
Post Reply
юра00
Posts: 886
Joined: Mon Jan 21, 2013 11:26 am
Operating System: Windows 10

Effect "Mutron", nyquist plugin.

Post by юра00 » Wed Jul 22, 2015 2:15 pm

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!

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Effect "Mutron", nyquist plugin.

Post by steve » Wed Jul 22, 2015 2:40 pm

Unfortunately there is an error in that plug-in.

To fix the error:
  1. Close Audacity
  2. Open the file "mutron.ny" in a plain text editor (such as NotePad or NotePad++)
  3. Change the third line from

    Code: Select all

    ;type effect
    to

    Code: Select all

    ;type process
  4. Find the file "pluginregistry.cfg"
    For Windows Vista/Windows 7/Windows 8 it will be in:
    Users\<user name>\AppData\Roaming\Audacity\
  5. Open the file in a plain text editor
  6. 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
    
  7. Change the line:

    Code: Select all

    EffectType=
    to:

    Code: Select all

    EffectType=Process
  8. Restart Audacity
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

юра00
Posts: 886
Joined: Mon Jan 21, 2013 11:26 am
Operating System: Windows 10

Re: Effect "Mutron", nyquist plugin.

Post by юра00 » Wed Jul 22, 2015 3:11 pm

To my mind, it works. Thank you!

steve
Site Admin
Posts: 81627
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Effect "Mutron", nyquist plugin.

Post by steve » Wed Jul 22, 2015 4:02 pm

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)

Post Reply