Search found 1326 matches
- Mon Oct 27, 2014 10:49 pm
- Forum: Windows
- Topic: Drag&drop is weird
- Replies: 5
- Views: 657
Re: Drag&drop is weird
I wanted to drag a 1.5 Gb wave file to audacity, no biggie. Only problem, I dragged it from Total Commander which subsequently became inaccessible for the ~50 seconds it took to load the audio file. Same problem here with Windows Explorer & Windows 7 and a 1.3 gb wav file. What's actually interesti...
- Mon Oct 27, 2014 10:10 pm
- Forum: Maintaining / Improving this Forum
- Topic: Emphasis consistency and headers
- Replies: 13
- Views: 4344
- Mon Oct 27, 2014 5:07 pm
- Forum: Maintaining / Improving this Forum
- Topic: Emphasis consistency and headers
- Replies: 13
- Views: 4344
Emphasis consistency and headers
On the Windows board's page we use bolding to emphasize words; on the Read Me (help) board's page we use ALL CAPS; on the International> Spanish board's page we use italics . We also use (at least two) different fonts in the headers from page to page. I do not have a strong preference when it comes ...
- Mon Oct 27, 2014 4:44 pm
- Forum: Maintaining / Improving this Forum
- Topic: Header code broken (formatting)
- Replies: 1
- Views: 1097
Header code broken (formatting)
I have not inspected any of the other sections but the Windows section's header (at the top) has broken formatting: header.png I looked at this page in Chrome, Firefox & Internet Explorer (all the most current release versions), the resulting confusion in bold/non-bold is apparent in all three. Note...
- Mon Oct 27, 2014 12:59 am
- Forum: Compiling Audacity
- Topic: Remove unused/obsolete variable ETBZoomToggleID
- Replies: 0
- Views: 1050
Remove unused/obsolete variable ETBZoomToggleID
Commit r5548 Author: lll Date: 15 September 2006 5548 llucius #if 0 // Disabled for version 1.2.0 since it doesn't work quite right... 5548 llucius ETBZoomToggleID, 5548 llucius #endif ETBZoomToggleID only appears in three lines of code all of which have been disabled since 2006. I suspect these lin...
- Mon Oct 27, 2014 12:52 am
- Forum: Compiling Audacity
- Topic: Remove EXPERIMENTAL designation from sync lock
- Replies: 0
- Views: 986
Remove EXPERIMENTAL designation from sync lock
SVN Blame says: Commit r10674 Author: windinthew Date: Sep 14, 2010 EXPERIMENTAL_LINKING -> EXPERIMENTAL_SYNC_LOCK to match with r10673 Sync Lock was turned on over four years ago and has not been changed to OFF since then. I contend that it is no longer "experimental" and that it should be removed ...
- Sat Oct 25, 2014 7:14 pm
- Forum: Feature Request Archive
- Topic: Display label count
- Replies: 51
- Views: 9642
Re: Display label count
IMO you simply won't get the enhancement in if it requires extending the main Preferences. Meter Preferences is a case in point where .cfg settings are not activated in the main Preferences. The Developers are leaning more towards extending Preferences; within the last couple of days Vaughan specif...
- Sat Oct 25, 2014 7:10 pm
- Forum: Feature Request Archive
- Topic: Display label count
- Replies: 51
- Views: 9642
Re: Display label count
I still need to get uncomfortably close to a 19 inch screen to read 12 point. If so there must be the same issue with the Audio Track info text and other static text, and the correct solution must surely be to fix that globally, not piecemeal fashion for label tracks only. There are a number of con...
- Sat Oct 25, 2014 6:40 pm
- Forum: Feature Request Archive
- Topic: Display label count
- Replies: 51
- Views: 9642
Re: Display label count
OK then the default label track height "could" be higher, but arguably the default is too high now. Accommodating two labels stacked above each other ought to be enough for the default height, shouldn't it? I am always having to reduce the label track height so I can see all the tracks without scro...
- Sat Oct 25, 2014 6:17 pm
- Forum: Compiling Audacity
- Topic: Code cleanup Effect TrackProgress
- Replies: 0
- Views: 939
Code cleanup Effect TrackProgress
In SVN HEAD srceffectsEffect.h at or near line number 249: bool TrackProgress(int whichTrack, double frac, wxString = wxT("")); Note that the third parameter (wxString) has no name; while currently permissible in C++ I expect this is probably an inadvertent typo. I think it should be: bool TrackProg...