v.audacity
b27d6864af
Update and simplify per regarding environment variable discussion per Gale's suggestions.
2014-02-01 06:07:54 +00:00
windinthew
48df2b15c8
Updated to latest working audacity.pot
2014-01-29 14:23:14 +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
prlivesey
f664cd8a26
Added some #define protection to SseMathFuncs.cpp for PPC Mac builds etc.
2014-01-26 21:43:10 +00:00
v.audacity
949fed8914
minor change for clarity and forward compatibility with wxWidgets, per '[Audacity-devel] SseMathFuncs.cpp fails to build on PPC Mac, unsurprisingly!' thread from Andrew Hallendorff
2014-01-20 02:22:31 +00:00
james.k.crook@gmail.com
9fe88405b1
Fixed file resource-leak spotted by Martin Ettl (linux only)
2014-01-18 23:22:45 +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
prlivesey
1ad901dff9
Updated Xcode project file to include recently added source files.
2014-01-17 11:32:12 +00:00
james.k.crook@gmail.com
c3597cde49
Ooops. Did not mean to re-enable SSE.
2014-01-16 18:26:10 +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
RichardAsh1981@gmail.com
3f59126949
regenerate with automake after previous changes
2014-01-14 20:09:27 +00:00
RichardAsh1981@gmail.com
612998440c
sort line endings from previous patch to this file, and add new file pair from previous patch commit to the build system
2014-01-14 20:02:32 +00:00
james.k.crook@gmail.com
94346902b3
Added include of Audacity.h (to get AUDACITY_DLL_API) to XML_Writer.cpp
2014-01-13 22:31:33 +00:00
james.k.crook@gmail.com
6fc830c0b6
Added Steve Parry's patch that adds the Open and SaveAs commands to scripting.
2014-01-13 22:12:20 +00:00
james.k.crook@gmail.com
30e6a3dec4
Removed some per-file memory allocation debugging that is not needed (and generates warnings) now that we do it from AudacityHeaders.h
2014-01-13 21:21:14 +00:00
james.k.crook@gmail.com
396486d3a6
Added AUDACITY_DLL_API and similar to export more of our classes. This is a tiny adaptation of a patch by Stephen Parry for enabling his Eutychus plug-in. See audacity-devel thread 'Second Exports Patch' of Jan 11th 2014.
2014-01-13 21:09:14 +00:00
james.k.crook@gmail.com
0e7e4dbd86
Memory tracking now enabled by default in MSVC debug builds.
2014-01-13 20:35:29 +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
64de049d22
Update by Yuri Chornoivan.
2014-01-03 13:18:24 +00:00
windinthew
ae5556ad1f
Space between value and "dB" for consistency and readability.
2014-01-03 12:58:33 +00:00
windinthew
c3276d03df
Update to 2014.
2014-01-03 12:57:19 +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
32d3e5954d
Make mod-nyq-bench ready to be added back to our 'Solution'.
2013-12-31 01:57:56 +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
martynshaw99
65e4f56126
Norm's patch to improve selection speed on large projects by reducing the number of unnecessary auto-saves. Maybe vertical zooming should also not trigger an auto-save?
2013-12-30 00:41:18 +00:00
RichardAsh1981@gmail.com
2c47926141
set a sensible default directory to look for Audacity sources in, given the SVN directory structure
2013-12-29 14:04:46 +00:00
RichardAsh1981@gmail.com
667685432e
extract the flags required from main audacity sources more reliably by running config.status from there, rather than relying on sed expressions on the generated Makefile
2013-12-29 13:55:46 +00:00
richardash1981
15c9227fb1
aclocal.m4 is a generated file and does not need to be in SVN for any automake-based build system
2013-12-28 20:24:21 +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
0bfe42280a
Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=691 , "Add "Mix and Render to New Track" to Tracks menu.".
2013-12-19 01:45:58 +00:00
v.audacity
52305dfb23
Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=412 , " Transport Menu: Hard to discover Play/Stop shortcuts " and http://bugzilla.audacityteam.org/show_bug.cgi?id=694 , " Changing Play/Stop shortcut causes unchanged Play shortcut to fail.".
2013-12-18 23:34:35 +00:00
v.audacity
3b124e902d
Leland's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=275 , " Snap-To status/quantisation are global, leading to incorrect indications in multiple projects".
2013-12-18 22:54:57 +00:00
v.audacity
d4dc281b4a
Steve's patch for http://bugzilla.audacityteam.org/show_bug.cgi?id=645 "Transcription Toolbar has lower limit of 0.1x"
2013-12-18 22:45:14 +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