Hi
Im interessted i finding the .ny file for the "change pitch" plugin in Audacity. I work in windows 7 and I the plugin is part of the standard bundle that comes with the program. Im able to use the effect, but unable to locate it either on the net or in any of the plugin folders.
Can someone help a rookie out?
The reason I want to find the actual plugin data-file is that I want to look over the code and try understand the principles it takes advantage of.
thank you
locating "change_pitch".ny
Forum rules
Audacity 1.2.x is now obsolete. Please use the current Audacity 2.1.x version.
The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Audacity 1.2.x is now obsolete. Please use the current Audacity 2.1.x version.
The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
-
kozikowski
- Forum Staff
- Posts: 68939
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: locating "change_pitch".ny
First, you should probably be careful about learning on old code.
Audacity 1.2 is very old and no longer supported,
patched, corrected, or updated. Audacity 1.2 can
be unstable on newer computers.
Download and install the latest Audacity 1.3 from here...
http://audacityteam.org/download/
You can install both audacity 1.2 and Audacity 1.3 on
the same computer, but only use one at a time.
Audacity 1.2 will not open projects made on Audacity 1.3.
If you use MP3 or some of the more modern audio
compression formats, get Lame and FFMpeg software
from the same web site. Do not use older software
or software from other web sites, even though they
may have the same names.
Then, someone will correct me, but the built-in effects are built-in. I don't think they bring the code out as individual files.
Koz
Audacity 1.2 is very old and no longer supported,
patched, corrected, or updated. Audacity 1.2 can
be unstable on newer computers.
Download and install the latest Audacity 1.3 from here...
http://audacityteam.org/download/
You can install both audacity 1.2 and Audacity 1.3 on
the same computer, but only use one at a time.
Audacity 1.2 will not open projects made on Audacity 1.3.
If you use MP3 or some of the more modern audio
compression formats, get Lame and FFMpeg software
from the same web site. Do not use older software
or software from other web sites, even though they
may have the same names.
Then, someone will correct me, but the built-in effects are built-in. I don't think they bring the code out as individual files.
Koz
Re: locating "change_pitch".ny
"Change Pitch" is not a Nyquist effect. I think it's written in C+.
The code for the built in effects for the current version of Audacity is here: http://code.google.com/p/audacity/sourc ... %2Feffects
The code for the built in effects for the current version of Audacity is here: http://code.google.com/p/audacity/sourc ... %2Feffects
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: locating "change_pitch".ny
thanks a lot for the helpful replies! Im working in 1.3 and its that versions "change pitch" I wish to look into