1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-08 22:23:59 +01:00
Commit Graph

532 Commits

Author SHA1 Message Date
stevethefiddle@gmail.com
fbf9ca213c Bug 717 - Truncate Silence outLength calculation. 2014-05-17 14:54:26 +00:00
martynshaw99
acfac39316 Steve's patch for bug 698, getting 2 more effects into chains by identifying them properly. Also forces effects to identify themselves so we don't have this problem in the future. 2014-04-16 22:39:10 +00:00
windinthew
c7a82c3972 Clarify we are saving / loading a preset, not a program. 2014-04-07 21:41:30 +00:00
martynshaw99
1ffd419b11 Steve's changes to 'Truncate Silence' which compile for me, and the result seems sensible, but I have not done any 'code review' so committing this on trust. Very limited risk, one 'effect'. 2014-03-19 00:50:24 +00:00
martynshaw99
f1ce8a5cc2 Optimisation for speed, due to some code I found in an FFT routine. 2014-02-17 00:00:59 +00:00
martynshaw99
7f34f9c1ff More accurate control text (thanks to Steve).
Layout when required.
Remove commented out old code.
2014-01-28 23:36:52 +00:00
RichardAsh1981@gmail.com
488d5cd3cf Delete allocated buffers before returning error if subsequent allocation fails. Patch (to feedback@) by Martin Ettl. 2014-01-18 12:28:45 +00:00
james.k.crook@gmail.com
88bfabbd76 Indentation of EVENT_MAPS fixed. 2014-01-16 18:25:03 +00:00
james.k.crook@gmail.com
d847ee7162 Andrew Hallendorff's SSE accelerated Equalization. 2014-01-16 17:55:35 +00:00
v.audacity
d847bd1d66 " Contrast lacks access keys " bug 700 patch 2014-01-10 01:40:19 +00:00
v.audacity
be8823cce9 "Reverb: Access keys missing" bug 686 patch 2014-01-10 01:30:58 +00:00
windinthew
ba68f731d0 Make the effect dialogue read "Classic Filters" too. 2014-01-09 14:45:24 +00:00
martynshaw99
3f1ebbe3dd Don't allow 'Classic Filters' to be applied to mixed sample-rate tracks, as we don't support that.
Fix a typo in the name of 'Classic Filters'.
Improve consistency layout as we switch filter types.
Remove a win warning in EQ.
Improve some code readability / change styles (please don't shoot me for that!).   OK, possibly increased the inconsistency.
2014-01-09 00:13:34 +00:00
windinthew
4dd1aa50ad Missed this - can't use "C" access key either on Linux - used for "Cancel". 2014-01-08 12:29:40 +00:00
martynshaw99
45973724b3 Eject if tracks are not all at the same sampling rate.
We could perhaps apply the filter at different sampling rates, but that would require a lot of reworking.
2014-01-08 01:03:31 +00:00
windinthew
a2dbc06869 Shouldn't use "O" for access key as it's already used as the key for OK button on Linux. 2014-01-07 14:52:38 +00:00
martynshaw99
b6160db1b7 Rename 'Scinentific' filter as 'Classific Filters' 2014-01-07 01:25:16 +00:00
windinthew
ae5556ad1f Space between value and "dB" for consistency and readability. 2014-01-03 12:58:33 +00:00
martynshaw99
287fc58951 Improved text for passband and stopband attenuations.
Improved (?) display of controls for different filter types.
The various variables that have 'ripple' in their names really need changing too.
2014-01-03 00:58:30 +00:00
martynshaw99
f4dbcb3188 A little tidying up, and fix a layout problem with the vertical Ruler.
Plus saving the prefs sooner.
2014-01-02 23:33:24 +00:00
martynshaw99
afe1f36522 Steve's patch for bug 681 "New number input validation breaks several Nyquist plug-ins". It looks sensible and has only a limited scope. 2013-12-31 00:19:52 +00:00
RichardAsh1981@gmail.com
0b2e58dde9 Fix for Bug 697 Incorrect naming of Compressor 'release phase'
http://bugzilla.audacityteam.org/show_bug.cgi?id=697
Patch by Steve Daulton alters the UI strings but leaves variable naming alone. Provides backwards compatibility with old chains via a string substitution - to come out in time.
2013-12-23 10:31:47 +00:00
v.audacity
b967013fdf improved comment for patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=490 2013-12-20 00:05:35 +00:00
v.audacity
417b764915 Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=490, " Global variable "s" has two conflicting values in Audacity" 2013-12-19 23:51:54 +00:00
v.audacity
bc445fb4fc http://bugzilla.audacityteam.org/show_bug.cgi?id=690, "Phaser effect clips at 0 dB " 2013-12-19 02:25:44 +00:00
v.audacity
7190839f6a http://bugzilla.audacityteam.org/show_bug.cgi?id=689, " Wahwah effect clips at 0 dB " 2013-12-19 02:13:37 +00:00
v.audacity
fbe43e47f3 Gale's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=686, " Reverb: Access keys missing ". 2013-12-18 22:39:26 +00:00
v.audacity
2f3d1055f5 Changed alert to say "this audio" rather than "these data" so we don't have feedback about "data" being singular (thought it isn't!). ;-) 2013-12-17 04:40:17 +00:00
v.audacity
27611c5843 Remove comment about 'incremental' fix, as the other known shortcomings are now being tracked. 2013-12-17 04:37:01 +00:00
v.audacity
477ab4245e Complete the alerts for the known misfires of this effect. Most cases, it does nothing.
Previous commit had problem because TrackProgress() can report false for user cancellation, not actual failure, so I separated out mbDidSomething, to check whether it actually made any changes, for all tracks.
2013-12-17 03:07:26 +00:00
v.audacity
d862db8b16 Complete the alerts for the known misfires of this effect. Most cases, it does nothing.
Previous commit had a couple of flaws. Also removed some cruft.
2013-12-17 02:29:02 +00:00
v.audacity
65fc2179e9 Complete the alerts for the known misfires of this effect. Most cases, it does nothing. 2013-12-16 03:36:33 +00:00
v.audacity
37603b74e8 incremental improvement to at least alert the user in cases where this effect obviously does nothing 2013-12-15 04:10:37 +00:00
v.audacity
dc0884c7f5 incremental improvement to at least alert the user in cases where this effect obviously does nothing 2013-12-15 03:57:36 +00:00
v.audacity
18e45e1e58 Make some strings translatable, per Steve's 'Untranslated labels in effects' post on -quality. 2013-12-14 02:07:06 +00:00
v.audacity
fc6e4a4cba Fix some compiler warnings. 2013-12-13 01:24:47 +00:00
martynshaw99
b5af4d6120 Steve's patch for bug 434, let's get that closed off! 2013-12-05 00:29:17 +00:00
martynshaw99
c9d6e0f4ef A (slightly) modified version of Steve's patch on Bug 433, with a much improved UI (thanks Steve!). 2013-12-04 00:49:37 +00:00
martynshaw99
f33993316d David Bailes patch on bug 659. The layout of the controls is much better and the accessibility is much improved. 2013-11-27 00:11:55 +00:00
benjamin.drung@gmail.com
7d4bc6917b Fix build failure caused by undefined PATH_MAX.
Use PATH_MAX for PLATFORM_MAX_PATH only if it is defined and replace all
instances of PATH_MAX by PLATFORM_MAX_PATH.
2013-11-21 20:52:17 +00:00
lllucius
51cb9d9196 Be a bit more careful about CRLF to LF changes. 2013-11-03 02:03:19 +00:00
lllucius
b4ba110811 Reverting r12850...hopefully
Never removed one before, but I'm pretty sure it is correct.
2013-11-03 01:54:50 +00:00
lllucius
f290b3d644 Converted CRLF to LF. 2013-11-01 23:22:33 +00:00
benjamin.drung@gmail.com
b81aa06427 Fix more paths of relative includes. 2013-11-01 19:45:00 +00:00
v.audacity
8408eaf52a Get rid of some compiler warnings. 2013-10-31 22:28:21 +00:00
lllucius
95215dd0e1 Bug 646 - VST List of Plugins - Residual Issues
Corrects a width problem on the Mac.
2013-10-31 13:39:12 +00:00
lllucius@gmail.com
b093367648 Set the initial LV2 dialog size to 500 pixels. 2013-10-30 13:52:18 +00:00
lllucius
a53defedf3 Bug 646 - Additional fix the Cancel button
It now interrupts the scan if the user clicks OK first.
2013-10-30 02:42:51 +00:00
richardash1981
62986f3b85 Free the buffer allocated at the start of the method, bug reported by Andrew Hallendorff 2013-10-27 20:49:58 +00:00
lllucius
3532ecd7b2 Reworked LV2 plug-ing support.
This enables all platforms to use LV2 plugins in non-GUI mode.  There is
still some work to do, like subgroup handling and better scalepoint
handling.
2013-10-27 11:13:20 +00:00