Search found 1327 matches

by Edgar
Thu Jan 26, 2012 4:29 am
Forum: General Audio Programming
Topic: expand on Norm's new track name in display
Replies: 70
Views: 34143

Re: expand on Norm's new track name in display

I ended up re-installing squeeze as I had my wxWidgets horribly conflicted <grin>...
debian.png
debian.png (72.34 KiB) Viewed 2921 times
was this what you had in mind?
sizeColorFamilyViaFontDialog6.patch
(3.84 KiB) Downloaded 121 times
It was a really stupid programming error--why it worked on MSW is anybody's guess!
by Edgar
Thu Jan 26, 2012 3:45 am
Forum: General Feedback and Discussion
Topic: Windows 7
Replies: 28
Views: 6234

Re: Windows 7

How would I get the tweak fixes if I go with the one with the 1.3.14 then? Also do I need that Lame plugin if I am going to be only producing wav files for the most part anyhow? You may upgrade very easily at any time. The next time Audacity releases an installer just use it and get 1.3.14 updated....
by Edgar
Thu Jan 26, 2012 2:21 am
Forum: General Feedback and Discussion
Topic: Windows 7
Replies: 28
Views: 6234

Re: Windows 7

the only difference between where you download the FULL install of Audacity is that one version contains rather ALL the " fixes/tweaks " up this this point and the other is the version without all the tweaks/fixes added to it yet until the next official version Audacity 2.0 comes out. Tha...
by Edgar
Wed Jan 25, 2012 10:40 pm
Forum: General Feedback and Discussion
Topic: Windows 7
Replies: 28
Views: 6234

Re: Windows 7

So in unzipping the file to install the latest build from this page http://wiki.audacityteam.org/index.php?title=Nightly_Builds I would choose the zip file for Windows build located on that page. After that I imagine there will be an exe file in that zip file ? Is it more confusing with installing ...
by Edgar
Wed Jan 25, 2012 8:35 pm
Forum: General Feedback and Discussion
Topic: Windows 7
Replies: 28
Views: 6234

Re: Windows 7

One is the requirement of the DirectX 9 graphics device with WDDM 1.0 or higher driver Also installed on my computer is the SoundBlaster X-F Xtreme Audio . My question is if this particular sound card will be compatible ? Also I keep hearing about plugins ? Is this something else that needs install...
by Edgar
Wed Jan 25, 2012 7:33 pm
Forum: General Audio Programming
Topic: expand on Norm's new track name in display
Replies: 70
Views: 34143

Re: expand on Norm's new track name in display

My custom build ended up being swapping 2 lines of code--I bet I could have gotten a few hundred bucks for the "fix" <grin>! DLing the newest Oracle VirtualBox 4.1.8 right now... I have a fast broadband so will grab Debian Squeeze 32 bit (although I generally use the 64-bit) as per your di...
by Edgar
Wed Jan 25, 2012 6:26 pm
Forum: General Audio Programming
Topic: expand on Norm's new track name in display
Replies: 70
Views: 34143

Re: expand on Norm's new track name in display

Have a look at the headers listed at the top of GUIPrefs (.h & .cpp both) and add any of these which are not there now: Tried that, but no difference, still the same error. OK, I am doing a custom build today but when I get that out I will install Linux in a VM and see if I can figure it out. W...
by Edgar
Wed Jan 25, 2012 6:23 pm
Forum: General Feedback and Discussion
Topic: Windows 7
Replies: 28
Views: 6234

Re: Windows 7

But if I don't wait, are you saying I can click on the zip file link under Windows Binaries from the Wiki page you referenced to download the FULL installation of the current 2.0 Alpha version of Audacity? Again I don't currently have Audacity installed now. I'm assuming if I just go and download t...
by Edgar
Wed Jan 25, 2012 9:02 am
Forum: General Feedback and Discussion
Topic: Windows 7
Replies: 28
Views: 6234

Re: Windows 7

How soon will the Alpha 1.3.15 will be available? Audacity is in 2.0alpha as of yesterday. The Programmers are adding a few previously tested trivial bug-fixes and hope to release a "stable" 2.0 after a short release candidate testing by the general public. A formal notice will be made he...
by Edgar
Wed Jan 25, 2012 12:41 am
Forum: General Audio Programming
Topic: expand on Norm's new track name in display
Replies: 70
Views: 34143

Re: expand on Norm's new track name in display

Steve, on Windows these are set up by default: // wxFontMapper class #define wxUSE_FONTMAP 1 #define wxUSE_FONTPICKERCTRL 1 // wxFontPickerCtrl // Use font picker dialog // // Default is 1 // // Recommended setting: 1 (used in the library itself) #define wxUSE_FONTDLG 1 These may need to be configur...