Search found 1326 matches

by Edgar
Sun Feb 27, 2011 6:45 am
Forum: Compiling Audacity
Topic: Linux IDE for Audacity
Replies: 5
Views: 2079

Linux IDE for Audacity

Is there any Linux IDE for which an Audacity compiling environment is available--something like the MS VC++ Solution Audacity provides? Anyone care to recommend any personal favorites? I see Code::Blocks and KDevelop
by Edgar
Sun Feb 27, 2011 6:42 am
Forum: Compiling Audacity
Topic: [Solved] Trouble compiling Audacity from SVN with ASIO
Replies: 35
Views: 19868

Re: Having alot of trouble compiling Audacity from SVN

I should undo the system restore and go in with RevoUninstaller and get rid of M$VC++2010 fully. How does that sound? Yes, sounds good. I really suggest you find a tool (I do not recall if XP has one built in) to make system images. So unless I am mistaken the defining has already been done by the ...
by Edgar
Sun Feb 27, 2011 12:18 am
Forum: General Audio Programming
Topic: adjusting varying audio levels
Replies: 1
Views: 2066

Re: adjusting varying audio levels

This is not an automated solution which adjusts the whole track, but... 0) listen to the loud portion just before the quiet portion so your ear know how loud to make the change 1) select (drag with the mouse) the audio which needs to be louder (it might make sense to give this a temporary region lab...
by Edgar
Sat Feb 26, 2011 11:49 pm
Forum: Compiling Audacity
Topic: [Solved] Trouble compiling Audacity from SVN with ASIO
Replies: 35
Views: 19868

Re: Having alot of trouble compiling Audacity from SVN

Unless you really need 2010 as a development environment I would uninstall it (if you have a system image from just before you started all this I would suggest you revert to it Thanks for the info Edgar I will try your method. I do have a restore point from before starting so I guess I will try tha...
by Edgar
Fri Feb 25, 2011 11:33 pm
Forum: Compiling Audacity
Topic: [Solved] Trouble compiling Audacity from SVN with ASIO
Replies: 35
Views: 19868

Re: Having alot of trouble compiling Audacity from SVN

Now that you have wxWidgets compiled and Audacity compiled and running you may attempt ASIO. Be warned, once you define the ASIO system variable it can be a hassle to go back! After you download the ASIO SDK you will have a zip file: asiosdk2.2.zip; unzip it and you will have asiosdk2.2/ASIOSDK2, th...
by Edgar
Fri Feb 25, 2011 11:20 pm
Forum: Compiling Audacity
Topic: [Solved] Trouble compiling Audacity from SVN with ASIO
Replies: 35
Views: 19868

Re: Having alot of trouble compiling Audacity from SVN

Now for the Audacity stuff... Start here: http://wiki.audacityteam.org/index.php?title=Developing_On_Windows Download and install TortoiseSVN (make sure you get the 64-bit versions if your OS is 64-bit). After you have gotten wxWidgets and Audacity to compile and run but BEFORE you make any changes ...
by Edgar
Fri Feb 25, 2011 10:37 pm
Forum: Compiling Audacity
Topic: [Solved] Trouble compiling Audacity from SVN with ASIO
Replies: 35
Views: 19868

Re: Having alot of trouble compiling Audacity from SVN

As to keeping 2010, the answer is "probably not". It might be OK to keep (but still would not compile Audacity) if 2008 was installed first. Unless you really need 2010 as a development environment I would uninstall it (if you have a system image from just before you started all this I would suggest...
by Edgar
Thu Feb 24, 2011 12:39 am
Forum: Compiling Audacity
Topic: [Linux] tell Audacity configure script use non-system copy
Replies: 3
Views: 1474

[Linux] tell Audacity configure script use non-system copy

It says on: http://wiki.audacityteam.org/wiki/Developing_On_Linux#WxWidgets " To obtain this debugging information you should build wxGTK from source in a separate directory, then tell the Audacity configure script to use that copy of wxGTK rather than the system one. ** Add a link to a page explain...
by Edgar
Wed Feb 23, 2011 3:49 pm
Forum: GNU/Linux and Unix-like
Topic: Lost keyboard focus after import (Ubuntu) [patch]
Replies: 48
Views: 10354

Re: Lost keyboard focus after import (Ubuntu) [patch]

2) In what way does this new fix #if defined( __WXGTK__ )//I've also seen # if defined(__linux__) AudacityProject * activeProject = GetActiveProject(); if (activeProject) activeProject->SetFocus(); #endif differ from the first conditional fix #if defined( __WXGTK__ ) mTrackPanel->SetFocus(); #endif...
by Edgar
Wed Feb 23, 2011 7:47 am
Forum: GNU/Linux and Unix-like
Topic: Lost keyboard focus after import (Ubuntu) [patch]
Replies: 48
Views: 10354

Re: Lost keyboard focus after import (Ubuntu) [patch]

I'm currently on the Mac so I can't confirm this, but IIRC I didn't have to specifically click on the track to regain focus, I think it would work too if I just clicked anywhere in the Audacity window. This is probably irrelevant for the case, but nonetheless I thought I should mention it. In fact,...