Search found 1327 matches
- Wed Jan 25, 2012 12:25 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
At least we know that the dialog works now for you. Oh, yeah, make sure to do a "clean" (is that "make clean" on Linux ??) before starting this... 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: #include ...
- Wed Jan 25, 2012 12:15 am
- Forum: General Audio Programming
- Topic: Tips for getting started with audio programming
- Replies: 6
- Views: 2483
Re: Tips for getting started with audio programming
Which brings us to the topic, I don't know where to start. Are you interested in working on the Audacity code itself? If so, you will need to install, compile and become familiar with wxWidgets 2.8.12 (not the current 2.9+ wxWidgets) then install, compile and play around with the Audacity code. I c...
- Tue Jan 24, 2012 12:42 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
The patch applies OK but I'm still getting this same error I think that is a a problem with your wxWidgets build. Are you building it from scratch or using a build from a repository? I recommend building it yourself from source. Do you have the wxWidgets sample code installed and built? Try the pro...
- Mon Jan 23, 2012 10:41 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
In my most recent patch (#5) there are two spurious lines left over in GUIPrefs.h; lines 20 & 21:
they may be removed as they are leftovers from the earlier version.
Code: Select all
#include <wx/clrpicker.h>
#include <wx/textctrl.h>- Mon Jan 23, 2012 10:26 pm
- Forum: Windows
- Topic: recording cuts out after several seconds
- Replies: 7
- Views: 959
Re: recording cuts out after several seconds
Well done!
- Mon Jan 23, 2012 10:24 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
Let me send you a patch via e-mail since we may not attach .patch files here. You can attach patch files that have the file extension .patch (we added that a while back, I think in response to your previous complaint :) ) Rad dude! Being the squeaky wheel... sizeColorFamilyViaFontDialog5.patch Igno...
- Mon Jan 23, 2012 10:00 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
I tried applying your latest patch to a brand new svn checkout. Unfortunately I'm getting an error during "make" I did notice a warning when applying the patch Let me send you a patch via e-mail since we may not attach .patch files here. You will need to delete the three files (trackartis...
- Mon Jan 23, 2012 7: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
OK Steve, you wanted native fonts so here it is with the choice preserved in Pref's config file. If you ran previous patches there will be some extraneous data in config but it is harmless. The color stuff remains the same and there is a new string which IDs the native font details. Only tested on W...
- Mon Jan 23, 2012 5:35 pm
- Forum: Windows
- Topic: Audacity.exe runs but no program
- Replies: 8
- Views: 1572
Re: Audacity.exe runs but no program
Now is the time to give the entire config file (see Gale's previous reply)!pishposh wrote: This is only the 3rd time it has ever been open and it asked if i wanted to recover a project i started the first time it opened. I was editing down a song and the program froze up.
- Mon Jan 23, 2012 7:01 am
- Forum: Windows
- Topic: recording cuts out after several seconds
- Replies: 7
- Views: 959
Re: recording cuts out after several seconds
I see in the log that your Project (AUP file & _data folder) are in C:Program Files (x86) and you are running Windows 7. Widows 7 does not allow access to that folder. You will need to move both the AUP and its _data folder somewhere you have access permission (Desktop is OK). The "Failed t...