Where is the source-code?

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
LoneRanger
Posts: 6
Joined: Wed Aug 12, 2015 2:00 am
Operating System: Please select

Where is the source-code?

Post by LoneRanger » Wed Aug 12, 2015 2:18 am

I've downloaded the audacity-master.zip file and I'm trying to find the source-code. Can you tell me which file it is and which folder it's in? Also, your website server response time is very slow. I've timed out 3 times just maneuvering to register, login, and post this...

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Where is the source-code?

Post by Gale Andrews » Wed Aug 12, 2015 10:02 am

LoneRanger wrote:I've downloaded the audacity-master.zip file and I'm trying to find the source-code.
You don't need the source code if you just want to use Audacity. Download the Audacity installer from http://audacityteam.org/download/windows.

If you downloaded https://github.com/audacity/audacity/archive/master.zip, extract the contents into a new folder then you have the complete current source code in the new folder. That is the current code, between releases, so not stable.
LoneRanger wrote:your website server response time is very slow. I've timed out 3 times just maneuvering to register, login, and post this...
We know, I think. We host our main web site too, after SourceForge stopped hosting the main site without warning.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

LoneRanger
Posts: 6
Joined: Wed Aug 12, 2015 2:00 am
Operating System: Please select

Re: Where is the source-code?

Post by LoneRanger » Wed Aug 12, 2015 2:51 pm

Hi Gale,

I'm looking for the 'main' source-code file. The one main file that you would work on if you wanted to make a modification to the main program. What's the name of that file? and where is it?

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Where is the source-code?

Post by Gale Andrews » Wed Aug 12, 2015 4:38 pm

LoneRanger wrote:I'm looking for the 'main' source-code file. The one main file that you would work on if you wanted to make a modification to the main program. What's the name of that file? and where is it?
Source code does not work like that. There is no "main" file. You change one or more relevant files that are needed for the change. These are not text configuration files. These are files that have to be recompiled using Microsoft Visual Studio, making thereby a new build of the Audacity executable.

Are you trying to make some change to the interface? You can use Preferences to make certain changes.


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

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

Re: Where is the source-code?

Post by steve » Wed Aug 12, 2015 8:25 pm

LoneRanger wrote: I'm looking for the 'main' source-code file.
Audacity has close to half a million lines of source code. It would clearly be impractical to have that all in one file ;)
You can browse the source code here: https://github.com/audacity/audacity
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

LoneRanger
Posts: 6
Joined: Wed Aug 12, 2015 2:00 am
Operating System: Please select

Re: Where is the source-code?

Post by LoneRanger » Wed Aug 12, 2015 10:17 pm

Hi Gale, and Steve,

Yes, I understand that there are lots of modules/callable-subroutines/library's of source-code, etc., But, there's always a 'main-driver'. It's probably the file that invokes the initial GUI screen for the user. Anyway, I'll install MS visual studio and see if I can get into the source that way. I did see some source-code by using the link that Steve included. Thanks!

Your server seems to be a little bit faster now. Still very slow, but it isn't quite as slow as it was earlier. :)

Great product, by the way. I'm a long-time user of Audacity...

cyrano
Posts: 2629
Joined: Fri Apr 17, 2015 11:54 pm
Operating System: macOS 10.13 High Sierra

Re: Where is the source-code?

Post by cyrano » Thu Aug 13, 2015 12:38 pm

LoneRanger wrote:Your server seems to be a little bit faster now. Still very slow, but it isn't quite as slow as it was earlier. :)
I don't think it's Audacity's server.

I had a slowdown on my connection less than an hour ago. Even lost a post I was writing. Checked the connection and there was a routing problem. Not only with Audacity's site, but with some other sites too. DuckDuckGo, fi.

There are several attacks goin' on since about three weeks. DNS hijacking, bgp routing poisoning, DDOS... Maybe that's what you are seeing?

Positive Grid's (a popular plugin maker) website seems infected for some users. It is not the website an sich, but some users get CryptoLocker installed. And that's a really bad one, locking all your files for a ransom. I'm guessing some dns servers got poisoned and are sending some users to a copy that has a CryptoLocker drive-by infection. It seems they are targeting Australian, US and Canadian visitors.

Be careful out there!

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Where is the source-code?

Post by Gale Andrews » Thu Aug 13, 2015 1:14 pm

LoneRanger wrote:Yes, I understand that there are lots of modules/callable-subroutines/library's of source-code, etc., But, there's always a 'main-driver'. It's probably the file that invokes the initial GUI screen for the user.
Are you trying to change the "Welcome to Audacity" screen? We can't help you unless you say what you are trying to do. If you have any questions about compiling Audacity, please post in the "Compiling Audacity" board http://forum.audacityteam.org/viewforum.php?f=19.

Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

Post Reply