1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-26 00:58:37 +02:00

3522 Commits

Author SHA1 Message Date
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
287c649f4f Correct "float" entry to read "32 bit float" instead 2015-05-04 02:37:41 -05:00
Leland Lucius
74f6c0d802 Append selected extension to filenames for bug #387 on Linux. 2015-05-04 02:25:37 -05:00
Leland Lucius
e18175142a A (slightly) better way of going adding the extension on OSX. 2015-05-04 01:34:27 -05:00
Leland Lucius
d4363ecb5b Append selected extension to filenames for bug #387 on OSX. 2015-05-04 01:07:37 -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
Leland Lucius
9f22789dc1 Autoselect all text when validation fails as reported by Robert 2015-05-03 22:30:52 -05:00
Leland Lucius
0c41583be1 Allow initial display to refresh 2015-05-03 16:51:11 -05:00
Leland Lucius
9212629945 Added zoom and pan plus fix for bug #884
It started out as just the fix for #884, but it went
a bit further.  Steve had the idea for the zoom and
pan addition, so I added it while I was working on
2015-05-03 15:23:33 -05:00
James Crook
e55e91c5a1 Merge pull request #39 from DanWin/fix_uninitialized_variables
Fix uninitialized variables, a referencing after delete and some dead code removal, all found by Valgrind and cppcheck.
2015-05-02 10:59:09 +01:00
Leland Lucius
10123bb3ac Update Xcode 5+ project for flac 1.3.1 2015-05-01 04:34:33 -05:00
Leland Lucius
7b7065a2d3 Update Windows build for flac 1.3.1 2015-05-01 04:26:20 -05:00
Leland Lucius
01c2dc75e5 Update Mac build for flac 1.3.1 2015-05-01 04:24:58 -05:00
Leland Lucius
dd164dfb2f Apply Audacity changes 2015-05-01 03:50:48 -05:00
Leland Lucius
4d08ed4287 Upgraded flac to 1.3.1 2015-05-01 03:33:07 -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
Daniel Winzen
428f5c8391 Fix 3 uninitialized variable uses 2015-04-30 09:06:37 +02:00
Steve Daulton
423bc8ac4d Fix for bug 851
Fix for bug 851
2015-04-30 00:34:32 +01: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
879b9c9931 Fix for bug #922. 2015-04-27 20:17:13 -05:00
James Crook
d7819f0792 Added back renamed resetPrefs.txt 2015-04-27 19:27:02 +01: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
8429a97917 Increase precision of floats/doubles 2015-04-26 21:57:43 -05:00
Leland Lucius
1b7d4b17f6 Allow all effects in chains now that presets can be used 2015-04-26 21:31:42 -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
Leland Lucius
56e8f577bc Additional items to ignore 2015-04-26 16:37:44 -05:00
Steve Daulton
7a85fd1b8e Improve cursor icon handling in Quick-Play. 2015-04-25 21:51:14 +01:00
Steve Daulton
2fa5425f13 Comment: Reduce the pixel tolerance when the mouse cursor gives better visual feedback. 2015-04-25 21:51:14 +01: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
James Crook
9bc32b0e6b EXPERIMENTAL_EFFECT_MANAGEMENT
On a reset preferences, this adds the default built in effects only.  The effects menu now has a 'More...' as its last item, and the list of plugins is invoked there.  We can add from that list to the menus from that.
2015-04-25 19:07:43 +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
James Crook
4914243387 EXPERIMENTAL_SCIENCE_FILTER out for 2.1.1
Or if not out, will be off by default and enabled via mod-extra-effects
2015-04-24 23:33:26 +01:00
Leland Lucius
267692e113 Fix for bug #918 2015-04-24 14:17:06 -05:00
James Crook
45523f4972 .sal files no longer automatically added. 2015-04-24 16:50:47 +01:00
James Crook
3146c2eb07 Merge remote-tracking branch 'dave/moreplaysnippets' into up_master 2015-04-24 16:41:26 +01:00