Search found 1327 matches

by Edgar
Sun Dec 18, 2011 6:56 pm
Forum: Audio Processing
Topic: "Normalize" a multi-channel show
Replies: 16
Views: 7497

Re: "Normalize" a multi-channel show

I'm not a C+ programmer but I suspect that option 2 (move all channel sliders by the same dB amount) would involve a lot less programming than option 1 (which I agree would probably need a "proper" mixer board view and would be a major project). The code to "move all channel sliders ...
by Edgar
Sun Dec 18, 2011 6:25 pm
Forum: Audio Processing
Topic: "Normalize" a multi-channel show
Replies: 16
Views: 7497

Re: "Normalize" a multi-channel show

If a master gain control were added, I agree with Bill's "industry norms". The extra programming to add a master gain (and especially the GUI implications) are probably non-trivial. If, as I understand, using Amplify does not add artifacts (i. e. its math is all 32-bit float) then there is...
by Edgar
Fri Dec 16, 2011 7:05 pm
Forum: Compiling Audacity
Topic: (linux) build breaking: 'wxLocale' does not name a type
Replies: 9
Views: 7057

Re: (linux) build breaking: 'wxLocale' does not name a type

well, this ain't a slackware-specific problem. i also found similar problems for gentoo or arch people e.g.. we all have in common, that we're rolling release distris with bleeding edge (but stable) software. so of course we use latest gcc, latest glibc and so on. changing the compiler is definitel...
by Edgar
Fri Dec 16, 2011 5:59 am
Forum: Compiling Audacity
Topic: (linux) build breaking: 'wxLocale' does not name a type
Replies: 9
Views: 7057

Re: (linux) build breaking: 'wxLocale' does not name a type

I'm no Linux guru, but I googled "error: 'wxLocale' does not name a type" and found lots of others are having the same problem with Slackware and wxWidgets. I had similar (but not with wxLocale--may not have been building project locale, it is off by default on Windows) problems when I rec...
by Edgar
Tue Dec 13, 2011 9:21 am
Forum: Windows
Topic: Can not download 1.3.14
Replies: 3
Views: 602

Re: Can not download 1.3.14

It seems to be working fine now.
by Edgar
Mon Dec 12, 2011 10:15 pm
Forum: Compiling Audacity
Topic: "Setup.h" not found
Replies: 26
Views: 22074

Re: "Setup.h" not found

After some help from the kind folks at wxWidgets I now have a much better understanding of why "setup.h not found". The reason is a bit messy if you are just trying to get things working and the solution is a bit detailed. The problem is that wx/setup.h does not refer to WXWIN/include/wx/s...
by Edgar
Sun Dec 11, 2011 5:59 pm
Forum: Windows
Topic: Start up errors in log
Replies: 5
Views: 1512

Re: Start up errors in log

Briefly, these are not really "errors" and you should just ignore them. Read on for a detailed explanation... When one of the official Team Audacity Programmers is debugging problems with the code they put in "log" messages so that the code may run uninterrupted but the programme...
by Edgar
Sat Dec 10, 2011 9:05 pm
Forum: General Audio Programming
Topic: new code writing in audacity
Replies: 9
Views: 3105

Re: record function in perl script

hii one, Actually i m trying to create a script which automatically start audacity and starts recording function......I have tried to edit the given script example pipe-test.pl but it is executing with the following error. mod-script-pipe is very much a "work-in-progress" and until a few ...
by Edgar
Thu Dec 08, 2011 10:24 pm
Forum: Mac OS X
Topic: Inconvenient window positioning on startup
Replies: 7
Views: 1418

Re: Inconvenient window positioning on startup

Whenever I go to startup Audacity, the window spawns in such a position that the title bar is behind the menu bar! Can you ... Trash the "audacity.cfg" file It worked! I am the programmer who last worked on that code and I thought it was all working just fine. Since I have now seen more t...
by Edgar
Wed Dec 07, 2011 7:19 am
Forum: Compiling Audacity
Topic: "Setup.h" not found
Replies: 26
Views: 22074

Re: "Setup.h" not found

I got this far this time. ------ Build started: Project: mod-script-pipe, Configuration: Unicode Release Win32 ------ Linking... LINK : fatal error LNK1181: cannot open input file 'wxmsw28u_core.lib' Build log was saved at "file://c:Documents and SettingsSteveMy DocumentsaudacitywinProjectsmod...