Search found 24069 matches

by Gale Andrews
Thu Jan 19, 2012 3:50 am
Forum: Compiling Audacity
Topic: "Setup.h" not found
Replies: 26
Views: 22074

Re: "Setup.h" not found

Thanks, Edgar. I added most of those links and tidied the page a bit.


Gale
by Gale Andrews
Thu Jan 19, 2012 3:00 am
Forum: Mac OS X
Topic: 1.3.14 unable to open libmp3lame.dylib
Replies: 10
Views: 14347

Re: 1.3.14 unable to open libmp3lame.dylib

It looks like I'm always logged in as the Admin, so I don't think that's it. Strangely the Audacity log shows that LAME was loaded, but it doesn't show specific version numbers like with FFmpeg, if that means anything. If you see "Lame" and a version number in the Libraries Preferences ra...
by Gale Andrews
Thu Jan 19, 2012 2:41 am
Forum: Windows
Topic: "not well formed (invalid token)" error when recovering proj
Replies: 7
Views: 2652

Re: "not well formed (invalid token)" error when recovering

the developers probably won't want to handle nulls or anything specious in the .aup file (such as a control character) Why? Because the argument went that handling/ignoring specious characters in the .aup could create unpredictability in the project. For example a few Beta versions ago, some files ...
by Gale Andrews
Thu Jan 19, 2012 2:29 am
Forum: Mac OS X
Topic: Audacity 1.3.13 crashes on startup, after scanning VSTs
Replies: 5
Views: 3912

Re: Audacity 1.3.13 crashes on startup, after scanning VSTs

the audacity.cfg wasn't even there. I'm just curious why that is. It only gets created on the first clean exit. If it doesn't exist, Audacity uses factory settings, but if you ever ran the previous 1.2 version of Audacity it will use those settings instead where they still exist in 1.3. If the &quo...
by Gale Andrews
Thu Jan 19, 2012 2:14 am
Forum: Mac OS X
Topic: LAME is lame and Audacity is create silent spots
Replies: 7
Views: 4264

Re: LAME is lame and Audacity is create silent spots

Yeah I did move the files into a folder. I put them back to the desktop where I had them ... doesn't work. I've turned it off and on. Now on the advice of a friend perhaps I will uninstall and reinstall and see if I can get the LAME working I'm apprehensive to work to fill in the gaps again if it's...
by Gale Andrews
Thu Jan 19, 2012 1:39 am
Forum: Windows
Topic: Look of recording changed. Container? [SOLVED]
Replies: 2
Views: 565

Re: Look of recording changed. Container?

You enabled Multi-Tool:
http://manual.audacityteam.org/man/Multi-Tool

That is remembered if you exit Audacity with it enabled. Just press F1 on your keyboard to go back to Selection Tool.


Gale
by Gale Andrews
Thu Jan 19, 2012 1:32 am
Forum: Mac OS X
Topic: LAME is lame and Audacity is create silent spots
Replies: 7
Views: 4264

Re: LAME is lame and Audacity is create silent spots

Force Audacity to make personal local copies of all music. Audacity > Preferences > Projects > Copy All... The *much* safer preference to set is Audacity > Preferences > Import / Export: Make a copy... . That way, the files are copied in when you import them, without waiting until you save the proj...
by Gale Andrews
Tue Jan 17, 2012 9:31 pm
Forum: Mac OS X
Topic: CAN'T INSTALL ICON IN OS X DOCK
Replies: 3
Views: 1609

Re: CAN'T INSTALL ICON IN OS X DOCK

That's right it won't stick, and the doc icons don't move out of the way. It won't take an Audacity app alias either. AND the folder end of the dock doesn't recognize the Audacity folder! I'll bet it would take Logic... Does the icon appear in the dock if you double-click Audacity.app in the folder...
by Gale Andrews
Tue Jan 17, 2012 1:32 pm
Forum: Windows
Topic: Track Splitting Workflow
Replies: 20
Views: 2822

Re: Track Splitting Workflow

can you not introduce a small field parser that simply throws away any characters Audacity currently doesn't like. I'm not a C+ coder, but I doubt that it is as simple as that. Apart from not being as simple, I'm not sure personally I would want incorrect characters rejected/replaced; I would prefe...
by Gale Andrews
Tue Jan 17, 2012 1:17 am
Forum: Windows
Topic: "not well formed (invalid token)" error when recovering proj
Replies: 7
Views: 2652

Re: "not well formed (invalid token)" error when recovering

To develop in C/C++ for Windows you need a second download from Microsoft, the "Platform SDK", or the later "Windows SDK". Check here for the one you require. ' Check here ' points to a broken link. What's the right link? I've updated the links a short while ago (but the page is...