RichardAsh1981@gmail.com
991969cab8
Apply parts of a warning supression patch by Campbell Barton
2013-09-12 16:52:30 +00:00
james.k.crook@gmail.com
15b82e7c71
Reverted 2x WXUNUSED that were fine in Windows but NOT in Linux/Mac (thanks to info from Paul Livesey)
2013-08-26 18:08:30 +00:00
james.k.crook@gmail.com
dba81b3f1c
Cleanup: Fixed lots of trivial MSVC warnings.
2013-08-25 21:51:26 +00:00
v.audacity
030d2450a8
Go back to simpler architecture for Resample class, now that libsoxr is proven for variable rate resampling.
2013-08-04 01:58:54 +00:00
martynshaw99
91da5e2354
This to make no modules 'special', reverting what was done for Audacity 2.0.2. We ask each time about each module to see if the user want to load it.
...
Anything to do with modules and prefs is currently under EXPERIMENTAL_MODULE_PREFS and turned off.
We never load 'out of date' modules (but do allow modules to interrogate the current prefs and 'pretend' they are that version. The 'Aurora' plug-ins do that).
If a module is 'out of date' we provide the name in a user-facing message and actual location in the log, just in case the user has a number of versions in different places (untested).
We currently don't remember the users preference for loading each module, but could extend this. We would need an extra button in the ShowMultiDialog of ModuleManager::Initialize and then store the preferences in prefs. That would need a more sophisticated entry in prefs->Modules to enable a user to change their decisions.
2013-06-16 23:31:32 +00:00
martynshaw99
f209391d59
John (Thales) code to make the waveform display look like the output of the gain and pan sliders, rather than the input. Added as EXPERIMENTAL_OUTPUT_DISPLAY since there is work to do, but I think this deserves wider input/views.
2013-05-30 23:14:25 +00:00
RichardAsh1981@gmail.com
fc0cb41356
fix the build of on-demand ffmpeg, disable the preference if FFmpeg support is not compiled in. Patch by Michael Chinen. This feature is currently off in experimental.h.
2013-05-25 15:36:04 +00:00
v.audacity
e8714acce7
Gale's patch for [Audacity-quality] "Help buttons in dialogues WAS Re: Nyquist Generate Prompt" thread
2013-05-19 00:22:26 +00:00
martynshaw99
1af35d4168
Removal of all the stuff marked as 'Experimental CLEANSPEECH' about a year ago.
2013-04-29 23:23:14 +00:00
v.audacity
e84c5d92af
http://bugzilla.audacityteam.org/show_bug.cgi?id=594
2013-03-09 02:41:48 +00:00
v.audacity
c26b3c6b49
Campbell Barton's further patch to turn many, many tabs to our 3-space convenbtion
2013-02-23 04:33:20 +00:00
richardash1981
b95918fe52
apply parts of Campbell Bartons patch for cleaning up compiler warnings: add static qualifiers to methods, ensure prototypes match definitions and some whitespace and comment changes
2013-02-22 21:29:19 +00:00
v.audacity
a08d0503be
Rearchitect the class hierarchy a little because of a problem Rob Sykes noted to me off-list, where it was using the key and default prefs methods from the base class rather than the descendant, even when those methods were overridden in the descendant.
...
Also re-ordered and clarified several comments.
2013-01-11 00:13:48 +00:00
richardash1981
393129d9b9
fix the line endings on this file, and set svn:eol-style to native so they stay fixed
2013-01-01 15:54:53 +00:00
v.audacity
5460b5c668
This commit is partial effort toward more libsoxr integration, that implements Rob Sykes's latest patch. I have no idea whether the Linux-specific stuff from the patch (e.g., M4 file) is still correct in this.
...
For Resample.* and QualityPrefs.cpp, this commit has my restructuring for distinguishing constant-rate vs variable-rate resamplers more generally. I think it's complete and ready for const-rate, but I have more review and testing to do for the var-rate cases.
Variable-rate resampling is not implemented here, so Time Tracks are still broken, but this is a milestone in getting to a more general and correct structure.
Also I think this fixes AboutDialog issues Steve noticed.
2012-11-03 02:06:07 +00:00
v.audacity
fd17ae3903
David Bailes patch for bug 577
2012-10-13 00:59:14 +00:00
v.audacity
f0112b57df
Benjamin Drung's disable-dynamic-ffmpeg-v3.patch for bug 233
2012-08-29 21:31:11 +00:00
windinthew
308cef62ae
Add a few missing access keys
2012-08-29 06:27:51 +00:00
v.audacity
f9a2de0a74
Remove dialog text Note about where Export quality options can be set. Unlikely to help somebody who cannot figure it out by discovering the Options button in the dialog, so was just clutter. Agreed in http://bugzilla.audacityteam.org/show_bug.cgi?id=551 .
2012-08-04 22:47:24 +00:00
v.audacity
ebb4f530bb
Apparently, wxConfigBase::Write() does not update values for next access on all platforms unless Flush() method is called. Added many calls to wxConfigBase::Flush() to make sure the Rad() calls get the right values.
2012-08-02 06:03:19 +00:00
v.audacity
c41872498f
Revert r11887 per http://bugzilla.audacityteam.org/show_bug.cgi?id=551#c3 .
2012-08-02 00:06:05 +00:00
v.audacity
9c2e9e50e8
2012-08-01 05:53:08 +00:00
v.audacity
7954424567
Slight wording change, to specify it's "next time Audacity is started".
2012-07-31 22:48:07 +00:00
v.audacity
e0fb5c898f
Benjamin's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=466
2012-07-18 23:32:36 +00:00
v.audacity
a42f5b45cb
http://bugzilla.audacityteam.org/show_bug.cgi?id=545 (P2)
...
Remove crash-prone "Audio Cache" feature.
2012-07-18 01:18:59 +00:00
v.audacity
5578721c56
grammar niggles, starting with sentence ending with period
2012-07-16 23:03:59 +00:00
james.k.crook@gmail.com
2bf327fec7
Ability to enable/disable loading of modules. Resized Prefs. Same-machine flag set when scripting (used by vista and later).
2012-07-14 22:45:12 +00:00
james.k.crook@gmail.com
0574c96a4c
Start of module prefs. (work in progress). Linux will need the makefile updating.
2012-07-13 21:51:45 +00:00
v.audacity
5f81a48fe6
Clarify comment in previous commit.
2012-07-11 22:48:31 +00:00
v.audacity
c3a504390b
http://bugzilla.audacityteam.org/show_bug.cgi?id=545 (P2)
...
Remove crash-prone "Audio Cache" feature.
2012-07-11 06:18:19 +00:00
v.audacity
87610cea39
Benjamin Drung's disable-dynamic-lame.patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=233
2012-06-25 01:41:57 +00:00
v.audacity
312fee2c77
BenBenjamin Drung's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=466
2012-06-25 00:13:59 +00:00
james.k.crook@gmail.com
bd670df287
Actually check in the change to fix Bug 517 (intended in r11795). Added comment for code fixing Bug 523.
2012-06-19 13:16:22 +00:00
mchinen
3dd37349fc
add on demand preference to library pane
2012-06-01 06:11:15 +00:00
windinthew
26e29d270c
Better text for what Ctrl-Wheel-Rotate does.
2012-05-08 06:25:56 +00:00
james.k.crook@gmail.com
66c6d8f570
More internationalisation hints.
2012-04-28 18:17:38 +00:00
martynshaw99
758a8f65e6
Inserting CLEANSPEECH ifdef's around anything CleanSpeech so that CleanSpeech can be removed easily in the (not to distant) future. The idea is never to turn CLEANSPEECH on, but fix any (unexpected) differences this may make.
2012-04-26 22:57:04 +00:00
james.k.crook@gmail.com
764d9d930a
Save and Load changed to Export and Import on Keyboard Prefs.
2012-04-06 11:12:31 +00:00
james.k.crook@gmail.com
1caab1d2ee
Fix: Resetting key binding to defaults now works correctly.
2012-04-05 15:05:53 +00:00
james.k.crook@gmail.com
c742d8de0b
Hotkeys for effects ONLY supported on Windows (for now).
2012-03-29 20:40:55 +00:00
james.k.crook@gmail.com
d1afc6e8c5
Hotkeys for effects. (uses numbers for effect names)
2012-03-29 20:31:49 +00:00
james.k.crook@gmail.com
860e19ae47
Fix Bug 432: Cleanspeech mode will now not activate, even if it was enabled in a previous version (and even if it has been deliberately added to audacity.cfg).
2012-03-25 20:22:10 +00:00
james.k.crook@gmail.com
6c71a5e170
Fixed more internationalisation hints.
2012-03-20 16:48:57 +00:00
james.k.crook@gmail.com
63f0b8b09e
Fixed more internationalisation hints.
2012-03-20 16:17:37 +00:00
james.k.crook@gmail.com
69476e785c
Fixed more internationalisation hints.
2012-03-20 15:36:02 +00:00
v.audacity
f13cdd542c
Set the minimum height to be slightly bigger than default, as fix for bug 161.
...
The magic number 7 was determined by Ed's experimentation. Frankly, this is a hack to work around a bug in wxTreebook, and will have to be revisited if we add another category to mCategories.
2012-02-13 22:01:44 +00:00
james.k.crook@gmail.com
7cb5c6e763
mCommandSelected can be set to -1, so changed to be an int. Also some casting to avoid warnings about int/unsigned mismatches.
2012-02-09 18:29:36 +00:00
v.audacity
5f5b9778de
Fixes per Vigilant Sentry ( http://www.vigilantsw.com/ )
...
* Fix memory leaks.
* Add comments about initializations and checking for successful results.
* Add checks for NULL deref.
* Consistency in "TODO" vs "TO-DO" comments!
2012-02-08 05:09:14 +00:00
v.audacity
721b7b3399
Apply patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=465 .
2012-01-25 02:21:08 +00:00
martynshaw99
fb7dfdc699
Norm C's patch to put the full name of the track in the waveform. Defaulted to 'off' but selectable in prefs->Interface->Show track name in waveform display.
...
Thanks Norm!
2012-01-18 00:02:46 +00:00