Where is the source-code?
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.
-
LoneRanger
- Posts: 6
- Joined: Wed Aug 12, 2015 2:00 am
- Operating System: Please select
Where is the source-code?
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?
You don't need the source code if you just want to use Audacity. Download the Audacity installer from http://audacityteam.org/download/windows.LoneRanger wrote:I've downloaded the audacity-master.zip file and I'm trying to find the source-code.
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.
We know, I think. We host our main web site too, after SourceForge stopped hosting the main site without warning.LoneRanger wrote:your website server response time is very slow. I've timed out 3 times just maneuvering to register, login, and post this...
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * 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?
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?
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?
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.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?
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
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: Where is the source-code?
Audacity has close to half a million lines of source code. It would clearly be impractical to have that all in one fileLoneRanger wrote: I'm looking for the 'main' source-code 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?
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...
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...
Re: Where is the source-code?
I don't think it's Audacity's server.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 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?
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.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.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual