locating "change_pitch".ny

This section is now closed.
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.
Locked
knutolai
Posts: 2
Joined: Fri May 20, 2011 4:09 pm
Operating System: Please select

locating "change_pitch".ny

Post by knutolai » Fri May 20, 2011 4:16 pm

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

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

Post by kozikowski » Fri May 20, 2011 5:26 pm

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

billw58
Forum Staff
Posts: 5566
Joined: Wed Aug 12, 2009 2:10 am
Operating System: macOS 10.15 Catalina or later

Re: locating "change_pitch".ny

Post by billw58 » Fri May 20, 2011 5:42 pm

You can download the Audacity source code from

http://code.google.com/p/audacity/

-- Bill

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

Re: locating "change_pitch".ny

Post by steve » Fri May 20, 2011 5:54 pm

"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
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

knutolai
Posts: 2
Joined: Fri May 20, 2011 4:09 pm
Operating System: Please select

Re: locating "change_pitch".ny

Post by knutolai » Fri May 20, 2011 6:22 pm

thanks a lot for the helpful replies! Im working in 1.3 and its that versions "change pitch" I wish to look into

Locked