Search found 1327 matches

by Edgar
Mon Dec 05, 2011 4:37 am
Forum: Compiling Audacity
Topic: "Setup.h" not found
Replies: 26
Views: 22074

Re: "Setup.h" not found

Are these the required libraries that you mean? wxbase28u_net_vc_custom.dll wxbase28u_vc_custom.dll wxmsw28u_adv_vc_custom.dll wxmsw28u_core_vc_custom.dll wxmsw28u_html_vc_custom.dll If so, then yes they were built and I copied them to: C:Documents and Settings<user name>My DocumentsaudacitywxLibsU...
by Edgar
Mon Dec 05, 2011 4:24 am
Forum: Audio Processing
Topic: Odd behaviours on joining and splitting stereo tracks
Replies: 50
Views: 8518

Re: Odd behaviours on joining and splitting stereo tracks

I think we have 2 votes here (Me, Steve?) for separate envelope points in a stereo pair. +1 (I think) channels being reversed in some cases when joining stereo is a bug. +1 Then there is unintuitive behaviour if you make stereo on a pair that has separate gain/pan settings (which is probably closer...
by Edgar
Mon Dec 05, 2011 1:59 am
Forum: Compiling Audacity
Topic: "Setup.h" not found
Replies: 26
Views: 22074

Re: "Setup.h" not found

Did you read that FAQ on the wxWidgets forum? The text from the output window helps. Start VC++ to compile Audacity and open lib-srcFileDialogFileDialog.h; look at line 24: #include "wx/defs.h" right-click for the context menu and open defs.h; look at line 21: #include "wx/platform.h&...
by Edgar
Mon Dec 05, 2011 12:21 am
Forum: Compiling Audacity
Topic: "Setup.h" not found
Replies: 26
Views: 22074

Re: "Setup.h" not found

Sometimes you will still get errors like: Yes I do, about 230 of them. If you get these errors post here with explicit details and I will help fix the problem. What explicit details (other than those already posted) do you need? First off, are we sure wxWidgets compiled successfully? Open WXWINlibv...
by Edgar
Sun Dec 04, 2011 11:57 pm
Forum: Compiling Audacity
Topic: "Setup.h" not found
Replies: 26
Views: 22074

Re: "Setup.h" not found

The Audacity solution is to copy winwxWidgets_additionssetup.h to wxWidgets-2.8.12includewxmswsetup.h. setup.h in winwxWidgets_additions appears to be identical to setup0.h in wxWidgets-2.8.12includewxmsw It is not quite identical; in two places a zero becomes a one. If you look at lines 1044-1050:...
by Edgar
Sun Dec 04, 2011 10:19 pm
Forum: Compiling Audacity
Topic: "Setup.h" not found
Replies: 26
Views: 22074

Re: "Setup.h" not found

[edit 28Feb12--improved my compiling Audacity page for this subject:] http://www.hometownband.org/Audacity/CompilingAudacity.html#setupNOTfound I moved the main page into a sub-folder for ease of maintenance. There are 2 places where setup.h can come from. Initially it is in wxWidgets-2.8.12includew...
by Edgar
Thu Nov 24, 2011 7:04 am
Forum: Compiling Audacity
Topic: Success compiling Audacity with VS2010
Replies: 13
Views: 16883

Re: Success compiling Audacity with VS2010

Here is another problem for anyone who wants to use mod-script-pipe: warning MSB8012: TargetPath(D:audacity2010winUnicode Releasemod-script-pipe.dll) does not match the Linker's OutputFile property value (D:audacity2010winUnicode Releasemodulesmod-script-pipe.dll). This may cause your project to bui...
by Edgar
Thu Nov 24, 2011 5:24 am
Forum: Compiling Audacity
Topic: Success compiling Audacity with VS2010
Replies: 13
Views: 16883

Re: Success compiling Audacity with VS2010

Some more nit-picks... You will see 5 Projects which alway get re-built even when you have not touched them: twolame, libvorbis, libsbdfile, libid3tag & the copying of Nyquist plug-ins. The first 4 will look like this: -------------------------------------- ------ Build started: Project: libsndf...
by Edgar
Thu Nov 24, 2011 2:24 am
Forum: General Feedback and Discussion
Topic: Preferences "creep"
Replies: 5
Views: 2344

Re: Preferences "creep"

Now my "tricky" code to allow transient format export preferences is working for everything except for multiple export – that will take a little bit more work.
by Edgar
Thu Nov 24, 2011 2:22 am
Forum: Audio Processing
Topic: Odd behaviours on joining and splitting stereo tracks
Replies: 50
Views: 8518

Re: Odd behaviours on joining and splitting stereo tracks

I'm a bit confused about Mono/Left & Right. What does the Mono drop-down item do? On a few pieces of audio gear there is a Mono output which sums the Left and Right outputs intelligently so that the output volume is in line with some "average" of Left and Right. I have never seen any o...