audacia/src/effects
Steve Daulton 03915b4438 Fixes to Analyze Contrast
Now supports stereo tracks. Several tweaks to error messages,
validation logic, and accuracy improvements.
Includes a fix for summary64K (incorrect rms drawn on zoomed
out waveform).
2016-06-21 22:07:50 +01:00
..
VST Bug 1279: change VST host window parameters to prevent app freeze 2016-05-22 11:17:04 -04:00
audiounits Module interfaces managed by smart pointers 2016-04-06 16:06:30 -04:00
ladspa Sweep for filename copying: prefs and effects 2016-04-10 22:25:49 -04:00
lv2 Use portable wxIsNaN() instead of isnan() 2016-05-14 00:05:22 +02:00
nyquist Use std::isinf() instead of isinf() 2016-05-15 09:04:35 +02:00
vamp Module interfaces managed by smart pointers 2016-04-06 16:06:30 -04:00
Amplify.cpp Fix for bug 958 2015-07-28 09:01:03 +01:00
Amplify.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
AutoDuck.cpp You could get an assertion, on Mac debug build at least, ... 2016-04-24 23:56:15 -04:00
AutoDuck.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
BassTreble.cpp Add #include <algorithm> for Windows 2016-06-07 11:23:11 +01:00
BassTreble.h Bass and Treble update residual changes 2016-06-06 18:40:47 +01:00
Biquad.cpp Fixed tab indentations to spaces. 2013-10-02 16:00:34 +00:00
Biquad.h Fixed tab indentations to spaces. 2013-10-02 16:00:34 +00:00
ChangePitch.cpp Removed ShuttleGui.h from other headers 2015-07-19 12:31:03 -04:00
ChangePitch.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
ChangeSpeed.cpp TrackFactory functions return std::unique_ptr, although some callers... 2016-03-26 11:50:12 -04:00
ChangeSpeed.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
ChangeTempo.cpp "new"->"NEW" in comments, easier to find remaining naked operator new 2016-02-14 18:52:41 -05:00
ChangeTempo.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
ClickRemoval.cpp "new"->"NEW" in comments, easier to find remaining naked operator new 2016-02-14 18:52:41 -05:00
ClickRemoval.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
Compressor.cpp More uses of safenew for classes we derive from wxWindow classes... 2016-02-14 20:39:28 -05:00
Compressor.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
Contrast.cpp Fixes to Analyze Contrast 2016-06-21 22:07:50 +01:00
Contrast.h Fixes to Analyze Contrast 2016-06-21 22:07:50 +01:00
Distortion.cpp fix mac build 2016-06-15 08:05:30 -04:00
Distortion.h Distortion effect added 2016-06-15 10:51:46 +01:00
DtmfGen.cpp More uses of safenew for classes we derive from wxWindow classes... 2016-02-14 20:39:28 -05:00
DtmfGen.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
Echo.cpp Removed ShuttleGui.h from other headers 2015-07-19 12:31:03 -04:00
Echo.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
Effect.cpp Bug1329, partial fix: redo it as a Mac-only change 2016-06-14 15:31:29 -04:00
Effect.h Bug1318 fixed again so that generators and effects on Windows still work 2016-04-24 10:32:20 -04:00
EffectManager.cpp Make EXPERIMENTAL_EFFECTS_RACK compilable 2016-04-03 09:42:16 -04:00
EffectManager.h Don't push effects that can't be undone onto the Undo Stack 2016-01-21 02:07:28 +00:00
EffectRack.cpp Make EXPERIMENTAL_EFFECTS_RACK compilable 2016-04-03 09:42:16 -04:00
EffectRack.h Harmlessly qualify classes as final (or explicitly comment not)... 2016-02-24 20:58:30 -05:00
Equalization.cpp wxWindow takes ownership of its wxAccessible, so we can use safenew. 2016-05-06 21:03:37 -04:00
Equalization.h Make EXPERIMENTAL_EQ_SSE_THREADED compilable, at least on Windows. 2016-04-03 11:37:18 -04:00
Equalization48x.cpp Partial compilation fixes for EXPERIMENTAL_EQ_SSE_THREADED plus __AVX_ENABLED 2016-04-07 14:37:08 -04:00
Equalization48x.h Make EXPERIMENTAL_EQ_SSE_THREADED compilable, at least on Windows. 2016-04-03 11:37:18 -04:00
Fade.cpp Some effect descriptions (for Doxygen). 2015-05-09 17:36:54 +01:00
Fade.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
FindClipping.cpp Bug 1317 Further consistency fix for description 2016-04-07 03:35:01 +01:00
FindClipping.h Bug1348, partial: Fix bad undo after cancelling Vamp or FindClipping analyzer 2016-02-27 18:12:36 -05:00
Generator.cpp TrackFactory functions return std::unique_ptr, although some callers... 2016-03-26 11:50:12 -04:00
Generator.h Bug1340: sync-lock should work when generating audio 2016-04-05 17:06:24 -04:00
Invert.cpp Convert all wxTRANSLATE() to XO() 2015-04-18 23:03:49 -05:00
Invert.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
Leveller.cpp Bug 1312 Further consistency fix for description 2016-04-07 03:40:47 +01:00
Leveller.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
LoadEffects.cpp Distortion effect added 2016-06-15 10:51:46 +01:00
LoadEffects.h Effects managed with smart pointers 2016-04-06 16:06:29 -04:00
Noise.cpp More uses of safenew for classes we derive from wxWindow classes... 2016-02-14 20:39:28 -05:00
Noise.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
NoiseReduction.cpp Mac build 2016-04-01 14:46:40 -04:00
NoiseReduction.h Fix mac build. No standard headers in Audacity.h. 2016-03-01 12:22:37 -05:00
NoiseRemoval.cpp Make old Noise Removal effect compilable again 2016-04-02 13:04:53 -04:00
NoiseRemoval.h Make old Noise Removal effect compilable again 2016-04-02 13:04:53 -04:00
Normalize.cpp Sweep unnecessary wxString copies: effects 2016-02-22 22:31:47 -05:00
Normalize.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
Paulstretch.cpp TrackFactory functions return std::unique_ptr, although some callers... 2016-03-26 11:50:12 -04:00
Paulstretch.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
Phaser.cpp Add (redundant) #include "Experimental.h" in all .cpp files using the symbols 2015-08-31 17:56:10 -04:00
Phaser.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
Repair.cpp Convert all wxTRANSLATE() to XO() 2015-04-18 23:03:49 -05:00
Repair.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
Repeat.cpp Track cut and copy functions return a unique_ptr argument... 2016-03-26 11:50:13 -04:00
Repeat.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
Reverb.cpp Fix for bug #1117 2015-08-16 00:15:55 -05:00
Reverb.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
Reverb_libSoX.h Main website now at audacityteam.org 2015-04-24 08:07:12 +01:00
Reverse.cpp "new"->"NEW" in comments, easier to find remaining naked operator new 2016-02-14 18:52:41 -05:00
Reverse.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
SBSMSEffect.cpp TrackFactory functions return std::unique_ptr, although some callers... 2016-03-26 11:50:12 -04:00
SBSMSEffect.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
ScienFilter.cpp wxWindow takes ownership of its wxAccessible, so we can use safenew. 2016-05-06 21:03:37 -04:00
ScienFilter.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
ScoreAlignDialog.cpp Fix some of the compilation breakage in EXPERIMENTAL_SCOREALIGN... 2016-04-02 15:46:56 -04:00
ScoreAlignDialog.h Harmlessly qualify classes as final (or explicitly comment not)... 2016-02-24 20:58:30 -05:00
Silence.cpp More uses of safenew for classes we derive from wxWindow classes... 2016-02-14 20:39:28 -05:00
Silence.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
SimpleMono.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
SimpleMono.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
SoundTouchEffect.cpp TrackFactory functions return std::unique_ptr, although some callers... 2016-03-26 11:50:12 -04:00
SoundTouchEffect.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
StereoToMono.cpp TrackList::Remove and TrackListIterator::RemoveCurrent always delete the track 2016-03-26 15:41:26 -04:00
StereoToMono.h TrackFactory functions return std::unique_ptr, although some callers... 2016-03-26 11:50:12 -04:00
TimeScale.cpp Fix for bug 955 from Clayton Otey 2016-01-26 18:19:19 +00:00
TimeScale.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
TimeWarper.cpp Variable cleanup 2015-04-23 18:30:38 +02:00
TimeWarper.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
ToneGen.cpp Fix bug 1316 2016-05-09 09:20:06 +01:00
ToneGen.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
TruncSilence.cpp Use same term as used in the Manual. 2016-04-29 16:09:18 +01:00
TruncSilence.h Fix new TruncateSilence -- be sure to iterate over the correct track list 2016-03-14 11:30:03 -04:00
TwoPassSimpleMono.cpp Remove WaveTrack.h from other headers 2015-07-28 10:02:05 -04:00
TwoPassSimpleMono.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
Wahwah.cpp Add (redundant) #include "Experimental.h" in all .cpp files using the symbols 2015-08-31 17:56:10 -04:00
Wahwah.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00