Search found 1327 matches
- Mon Feb 06, 2012 6:23 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
sizeColorFamily10.patch Is this still on-going? If so, which checkout revision do I need? (the patch fails against revision 11462). "on-going"--we don' need no steeking "on-going"! <big grin> Given the Developer's decision to reject my design concept (much less my patch) on the ...
- Sat Feb 04, 2012 8:30 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24381
Re: reset Preferences CFG file
I often see users asking to be able to backup/save/load Prefs Certainly. Save it before you Reset it against the time you blow the old one away and you can't remember how you set up your system -- and there's something critical missing. If the buttons were "Backup" & "Restore&quo...
- Sat Feb 04, 2012 6:47 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24381
reset Preferences CFG file
Forum elves often need to have users reset their Preferences configuration (audacity.cfg) file. Doing so is often difficult (explaining "how to" as well as actually doing it) and there has been a call for a method of resetting this file from within Audacity. Here is a solution: resetPrefs2...
- Sat Feb 04, 2012 5:48 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
After some QA review... * default text color to yellow (255, 255, 0) & size to 11] * in my preferred version the buttons inherit the user's choice of font/size/color so make one button's background color the same as a selected wavetrack's background color and the other button's background color ...
- Fri Feb 03, 2012 7:15 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
After re-thinking the whole user experience and taking the known limitation of wxGTK (Linux--no color picker in the font dialog) and potential unknowns on Mac I came up with a new software algorithm and GUI. Here is the new look: fontColorAndSize9.png In an effort to conserve space I added a new sec...
- Wed Feb 01, 2012 10:08 pm
- Forum: Windows
- Topic: Flat lining when exporting from audacity project
- Replies: 33
- Views: 4848
Re: Flat lining when exporting from audacity project
I had no problems with the DL nor with exporting (using SVN HEAD as of 1Feb12) to MP3. I also had not heard this music in years and will listen to the whole thing before deleting it.
Good luck with your project--sounds like a great gift.
Good luck with your project--sounds like a great gift.
- Mon Jan 30, 2012 11:11 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
Maybe the reason there is no color picker in the Linux font dialog is that wxWidgets does not do color fonts with Linux. But it works OK with the color picker with the Wx fonts? Strange. My original solution was a bit of a hack (but it worked for colorized fonts in this case)! [ I installed Ubuntu ...
- Mon Jan 30, 2012 5:32 pm
- Forum: Nyquist
- Topic: Sound Finder / Silence Finder improvements
- Replies: 106
- Views: 35882
Re: Sound Finder / Silence Finder improvements
The GUI looks good to me. I don't use the tool so am not one to comment on functionality.
- Mon Jan 30, 2012 12:28 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
Maybe the reason there is no color picker in the Linux font dialog is that wxWidgets does not do color fonts with Linux. I am seeing similar segfault behavior here but it is random. I installed Ubuntu 10.10 64-bit but could not get Audacity to compile (myself and others have had this problem since l...
- Sun Jan 29, 2012 7:23 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
OK, back to ugly (at least on Linux); I stuck in a color picker, but, again, as ShuttleGUI does not do color pickers I had to roll-my-own. My Linux install is not playing nice with wxWidgets & Audacity and I forget how to run Audacity under a debugger--I know I did it once last year using Ubuntu...