Search found 1327 matches
- Wed Nov 09, 2011 10:52 pm
- Forum: Compiling Audacity
- Topic: Building a plug-in DLL using VS 2010 Express
- Replies: 3
- Views: 2316
Re: Building a plug-in DLL using VS 2010 Express
Audacity itself will not compile with VS2010 and I could not get it to recognize the wxWidgets DLLs when I built them with VS2010. You might need to install MS VC++ 2008 and build with that.
- Mon Nov 07, 2011 7:57 am
- Forum: General Feedback and Discussion
- Topic: v1.3.12 vs v1.3.13 cutting time
- Replies: 12
- Views: 4359
Re: v1.3.12 vs v1.3.13 cutting time
Things got MUCH more interesting this evening after service. [...] Three hours later, that's a big drive!, disk was again readable and the recording files WERE there! All was safe and sound... I hope. I hope I'm not the bearer of bad tidings here... Following much the same steps, though in this cas...
- Sun Nov 06, 2011 6:07 pm
- Forum: General Feedback and Discussion
- Topic: v1.3.12 vs v1.3.13 cutting time
- Replies: 12
- Views: 4359
Re: v1.3.12 vs v1.3.13 cutting time
I may have experienced the "rare corruption" last week. The Audacity Team is trying very hard to pin down the problem(s) causing this rare fragility of Audacity Projects on disk. If you think you might have a related problem, or you see a dialog about "orphan block files" "...
- Sat Nov 05, 2011 10:45 pm
- Forum: General Feedback and Discussion
- Topic: v1.3.12 vs v1.3.13 cutting time
- Replies: 12
- Views: 4359
Re: v1.3.12 vs v1.3.13 cutting time
Hi David! It might not help, but it is worth a try...AFAIR, there is a "design flaw" (a bug by any other name...) in the 1.3.13beta which can cause the symptoms you describe. It has been partially improved (which made a lot of difference for those reporting the problem but did not complete...
- Sat Nov 05, 2011 6:42 pm
- Forum: Compiling Audacity
- Topic: Wrong type of Import file browser <SOLVED>
- Replies: 4
- Views: 2178
Re: Wrong type of Import file browser
I spent quite a while looking at file requester dialogs today on Windows and see that for the open file dialog the code devolves directly to one of the OS's generic dialogs. In Window's case it devolves to a version available at least as far back as Win2k (it does not recognize that there is a new f...
- Thu Nov 03, 2011 3:36 pm
- Forum: Audio Processing
- Topic: Expand Audacity
- Replies: 25
- Views: 4544
Re: Expand Audacity
The faster/safer distinction is interesting but probably out of my depth to resolve. I always use "safer". At least you have a handle on the the problem and a work-around now.klimmbimm wrote: So I decided to to let the matter rest for now.
- Wed Nov 02, 2011 6:11 pm
- Forum: Windows
- Topic: Chain noise removal not working
- Replies: 4
- Views: 1959
Re: Chain noise removal not working
As I recall, some recent work was done on Chain--you might want to grab the nightly:
http://wiki.audacityteam.org/index.php? ... tly_Builds
http://wiki.audacityteam.org/index.php? ... tly_Builds
- Wed Nov 02, 2011 6:09 pm
- Forum: Audio Processing
- Topic: Expand Audacity
- Replies: 25
- Views: 4544
Re: Expand Audacity
I DLed your code and will try to get some time to see if I can repro your problem. Do you have any clue if song length is critical? Are you working in stereo or mono? After importing your WAV, what is the Project Rate (left-most item on the Selection toolbar)? pr.png My plan is to create a few waves...
- Wed Nov 02, 2011 5:56 pm
- Forum: Audio Processing
- Topic: Expand Audacity
- Replies: 25
- Views: 4544
Re: Expand Audacity
I checked out the latest Beta development source code I am still experiencing weird behavior if I save a (wave) file under its own file name. Could it be, that the saving process is interrupted by any code? To answer that final question, you will need to do a bit of detective work. If the problem o...
- Mon Oct 31, 2011 8:58 pm
- Forum: Windows
- Topic: Questions regarding saving and loading...
- Replies: 2
- Views: 449
Re: Questions regarding saving and loading...
Sometimes a picture is helpful... open em.png In the above you see that menu item File > Open... is used to open Audacity Projects stored on disk. On the other hand, you import (menu item File > Import audio files and other non-Project stuff . The is a lot of user confusion on this issue. The Audaci...