Search found 1326 matches
- Sun Nov 23, 2014 4:56 am
- Forum: Windows
- Topic: Will 2.0.03 measure seconds to 6 decimal places?
- Replies: 22
- Views: 2854
Re: Will 2.0.03 measure seconds to 6 decimal places?
Gale, this thread is a year old and the underlying code has changed drastically in the last couple weeks. Are you trying to patch SVN HEAD or are you seeing strange results with SVN HEAD and no patch? There's a much more current thread ( http://forum.audacityteam.org/viewtopic.php?f=20&t=82163 ) whi...
- Sat Nov 22, 2014 12:16 am
- Forum: Feature Request Archive
- Topic: Record Autosave Feature
- Replies: 12
- Views: 2687
Re: Record Autosave Feature
Hi Jack! I sent you a private message… I placed a zip file in my Dropbox: https://www.dropbox.com/s/17cw7lz9rj1wjbc/AudioBiocolor15Aug2014.zip?dl=0 This is a zip archive which has the documentation for the new features, language localization files (Languages & locale folders) the new executable (ABC...
- Fri Nov 21, 2014 6:12 pm
- Forum: Feature Request Archive
- Topic: Record Autosave Feature
- Replies: 12
- Views: 2687
Re: Record Autosave Feature
I also had this problem to solve for a client; here is a link to the thread which started it all: http://forum.audacityteam.org/viewtopic.php?f=46&t=74727&hilit=AudioBiocolor#p223451 Audacity AudioBiocolor is a project I did for a French medical team. I had to solve the problem of automatically savi...
- Fri Nov 21, 2014 4:06 am
- Forum: Compiling Audacity
- Topic: wxColour is "better" than wxColor
- Replies: 6
- Views: 2177
Re: wxColour is "better" than wxColor
though demonstrable That's the bit that troubles me - is there a demonstrable benefit? I did point out two demonstrable but small - nay, tiny - benefits: IDE editors which do highlighting highlight them differently so, being different, at a glance wxColor looks "wrong" because it is not of type "cl...
- Fri Nov 21, 2014 3:47 am
- Forum: Compiling Audacity
- Topic: wxColour is "better" than wxColor
- Replies: 6
- Views: 2177
Re: wxColour is "better" than wxColor
I can see your point, but I think we would have a hard time convincing anyone that it is an important change (I may be wrong, and often am ;)) It's a trivial change and only someone with serious OCD could find it important. However, it is a symptom of something troubling to me: a lack of attention ...
- Thu Nov 20, 2014 10:35 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24162
Re: reset Preferences CFG file
I lied. Here's some code for testing purposes; it does not remove the Lock file but displays a message box which should show the entire filename, with full path but without extension.Edgar wrote:I'm not going to bother writing the code until somebody commits to testing it.
- Thu Nov 20, 2014 9:59 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24162
Re: reset Preferences CFG file
What is the filename extension?steve wrote:(Linux) While Audacity is open, there is a file in the Audacity temp folder called "audacity-lock-username".
The size of the file is 5 bytes.
- Thu Nov 20, 2014 9:23 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24162
Re: reset Preferences CFG file
(Linux) While Audacity is open, there is a file in the Audacity temp folder called "audacity-lock-username". The size of the file is 5 bytes. Not on Windows 7. I do see some (very vague) discussion of this in the wxWidgets documentation: http://docs.wxwidgets.org/trunk/classwx_single_instance_check...
- Thu Nov 20, 2014 7:42 pm
- Forum: Feature Request Archive
- Topic: reset Preferences CFG file
- Replies: 147
- Views: 24162
Re: reset Preferences CFG file
What about the "lock" file (if it exists)? Is that deleted? I think it should be because that can prevent Audacity from launching. +1 I do seem to recall this still coming up occasionally on the Forum as a problem for users Peter I think I misunderstood. I know of no " "lock" file ". I thought you ...
- Thu Nov 20, 2014 7:20 pm
- Forum: Compiling Audacity
- Topic: wxColour is "better" than wxColor
- Replies: 6
- Views: 2177
Re: wxColour is "better" than wxColor
given that wxWidgets does provide both spellings, then both spellings are perfectly legal. Legal, yes but, because one is a #define and the other a class, each variable type is subtly different. Clearly, over the years the Audacity Developers have taken great pains to ensure that the class-type (no...