1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 14:13:57 +01:00
Commit Graph

750 Commits

Author SHA1 Message Date
James Crook
8ae6fc42e1 Added 'More...' to Generate and Analyze menus 2015-05-14 16:11:46 +01:00
Steve Daulton
5fd751169f Update Amplify.cpp
Fix for a rounding bug that causes the OK button to be sometimes greyed out. The bug may be Linux only (not tested on other platforms) but should not adversely affect other OS's.
2015-05-13 13:26:15 +01:00
Leland Lucius
409cb45362 Make sure selection times are initialized
This should fix the initial duration issue when adding
generators to chains.
2015-05-12 23:19:56 -05:00
Leland Lucius
186cdb1248 Make sure "default" builtin effects are always registered
This appears to be a little overboard, but it makes the
registration of defaults a little more generic.
2015-05-12 10:41:22 -05:00
Leland Lucius
07f965a057 Make sure the effect ID is valid (non-blank) 2015-05-12 10:40:28 -05:00
Leland Lucius
ff0cd7c347 Try fixing bug #927 again...last attempt was brain damaged. 2015-05-11 14:04:02 -05:00
Leland Lucius
0c9111608d Fix for bug #927
At least I'm pretty sure this addresses all of the example Peter
mentions.
2015-05-11 10:51:53 -05:00
James Crook
ccc71c31b6 Some effect descriptions (for Doxygen). 2015-05-09 17:36:54 +01:00
James Crook
4b2a2f710a Stub NyquistEffect::RedirectOutput() so mod_nyq_bench compiles
This function had somehow gone missing in other changes.  mod_nyq_bench now compiles loads and runs again.  Not tested beyond that.
2015-05-08 16:27:32 +01:00
David Bailes
a48f299b31 forgot to remove temp varialbe in OnPeakText 2015-05-07 10:56:40 +01:00
David Bailes
5a25efde02 changes to ensure that when clipping is unchecked, then both on opening, and setting peak to 0, preview and ok are available 2015-05-07 10:16:52 +01:00
Leland Lucius
f0cd43236d Select generated audio on success 2015-05-04 20:52:25 -05:00
Leland Lucius
848ec5a9b9 Disable Apply button while the effect is running 2015-05-04 12:15:54 -05:00
Steve Daulton
1abdbc7f51 Update ToneGen.cpp
Fix typo in GUI
2015-05-04 17:59:18 +01:00
Leland Lucius
bda5653d19 Bringing back the close/cancel button
But, it's at least in the right location now for modal effect dialogs
which might me it more agreeable.
2015-05-04 11:06:27 -05:00
Leland Lucius
b8fe0e6743 Fix escape issue causing SAL to fail
And don't uppercase the line...DOH!
2015-05-04 03:12:55 -05:00
Leland Lucius
a107b04d5c Fix for bug #472
Ed's fix for bug #179 is now fine for all platforms since
duplicates are removed by the new plugin support.
2015-05-04 00:04:07 -05:00
Leland Lucius
4d0de66523 Fix for bug #387
As this is a reversal of change committed in 2007 with no real
explanation or history behind that change other than it was
done for Export, we should probably give exporting a bit of a
workout.
2015-05-03 23:36:30 -05:00
Leland Lucius
01f28f645d Fix NIL spectral frequencies when running worker from Nyquist prompt 2015-05-03 22:46:59 -05:00
Daniel Winzen
038989e41d Fix uninitialized variable in Equalizer effect
Delete mCustomBackup, as it is never used
2015-04-30 11:49:21 +02:00
Leland Lucius
20fbb163d2 Fix a few things with chain/effect parameters as reported by Gale 2015-04-29 09:54:48 -05:00
Leland Lucius
7950d4fd5a Workaround text controls not getting autoselected
Also fix AutoDuck so the panel doesn't get focus.
2015-04-29 03:31:40 -05:00
Leland Lucius
06a2eab9f6 Center dialog...was in the top-left corner on OSX. 2015-04-27 21:14:47 -05:00
Leland Lucius
2aeb9320dc Initialize variable...duh! 2015-04-27 21:04:48 -05:00
Leland Lucius
513256854e Fix for bug #906 2015-04-27 20:28:41 -05:00
Leland Lucius
a24adb59d9 Fix for bug #922. 2015-04-27 20:20:16 -05:00
Leland Lucius
e684fe9e1f Change affirmative button label to OK for modal dialogs 2015-04-27 13:16:08 -05:00
Leland Lucius
2d5a68e4a4 Fixes logarithmic slider handling and settings refreshes 2015-04-27 12:05:51 -05:00
Leland Lucius
27657ddea7 Restore non-preset values when Factory Preset -> Defaults is selected 2015-04-27 10:52:42 -05:00
Leland Lucius
7407243e25 Save/restore effect state during batch processing 2015-04-27 09:22:47 -05:00
Leland Lucius
e41db0e4b4 Preload the "Select Preset" with current setting
Also, loads the command parameters box with the default preset if
the selected effect doesn't expose any automation parameters.
2015-04-27 05:02:56 -05:00
Leland Lucius
cb147e5605 This should fix the init problem and make it usable in chains 2015-04-27 03:44:10 -05:00
Leland Lucius
841a392f1a Use the default value, not the minimum value, to init level 2015-04-27 02:21:22 -05:00
Leland Lucius
afe47be9e1 Clean up a few warnings 2015-04-26 16:46:14 -05:00
Leland Lucius
4f4acffad1 Allow chains to use current/factory presets/settings
Also gives builtin effects a mean to determine if batch processing
is active, IsBatchProcessing() returns true if so.
2015-04-26 16:41:05 -05:00
James Crook
f955376372 No close button. Use the close X.
I find I keep clicking the close button by mistake.  It's rare to want to cancel a previewed effect.  So trying it like this instead?
2015-04-25 21:06:27 +01:00
Leland Lucius
f3f7dca595 Further fixes based on Peter's feedback. 2015-04-25 11:23:00 -05:00
Leland Lucius
63dd4470f1 This "should" fix the text controls 2015-04-25 04:12:14 -05:00
Leland Lucius
ed79e13fbf Merge pull request #36 from DanWin/performance
Performance improvements
2015-04-24 07:52:38 -05:00
Vaughan Johnson
dcef32f312 Main website now at audacityteam.org
Forum, wiki and manual were already there.  Now the main website is there too.
2015-04-24 08:07:12 +01:00
Leland Lucius
def823cb40 Possible solution for missing HWND definition 2015-04-23 23:52:48 -05:00
James Crook
999a5834e6 Workaround for SUIL Windows Release build Failure.
HWND not defined, so comment out the code to get it to compile.
2015-04-23 23:11:22 +01:00
Leland Lucius
c5b4b3ae00 Added factory presets support to LV2 effects
Try it with recent CALF effects.
2015-04-23 12:30:28 -05:00
Daniel Winzen
92d522132e Variable cleanup 2015-04-23 18:30:38 +02:00
Leland Lucius
78ffcd8a1e This "should" fix the double execution Prompt issue 2015-04-23 09:21:28 -05:00
Daniel Winzen
759ff8cd0d Performance improvements 2015-04-23 16:07:25 +02:00
Leland Lucius
f7a7674e97 Fix loading/saving user presets for external effects 2015-04-23 08:17:33 -05:00
Leland Lucius
dc12de8901 Fix factory reloading for external effects based on Peter's feedback. 2015-04-23 08:04:32 -05:00
Leland Lucius
dc8f8a43db Oops...missed a file. 2015-04-23 08:01:26 -05:00
Leland Lucius
cff7df273f Save and restore current settings when doing auto-reload 2015-04-23 07:40:47 -05:00