audacia/src/effects
richardash1981 393129d9b9 fix the line endings on this file, and set svn:eol-style to native so they stay fixed 2013-01-01 15:54:53 +00:00
..
VST Remove spurious windows.h includes. 2012-12-31 22:12:23 +00:00
audiounits This is the only possible null pointer deref found by cppcheck scan on src that I think is worth making failsafe. 2011-11-10 07:37:50 +00:00
ladspa Fix most of the compile warnings I get on Linux (but not the Audacity Logo 2010-02-12 21:36:20 +00:00
lv2 Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
nyquist Purge ANSI. 2012-06-23 02:28:04 +00:00
vamp Fixes per Vigilant Sentry (http://www.vigilantsw.com/) 2012-02-08 05:09:14 +00:00
Amplify.cpp Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Amplify.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
AutoDuck.cpp Apparently, wxConfigBase::Write() does not update values for next access on all platforms unless Flush() method is called. Added many calls to wxConfigBase::Flush() to make sure the Rad() calls get the right values. 2012-08-02 06:03:19 +00:00
AutoDuck.h Adding wxMac accessibility. Should resolve: 2012-03-21 03:09:06 +00:00
AvcCompressor.cpp Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
AvcCompressor.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
BassBoost.cpp Steve Daulton's BassTreble replacement of BassBoost 2013-01-01 01:59:02 +00:00
BassBoost.h Steve Daulton's BassTreble replacement of BassBoost 2013-01-01 01:59:02 +00:00
BassTreble.cpp fix the line endings on this file, and set svn:eol-style to native so they stay fixed 2013-01-01 15:50:12 +00:00
BassTreble.h fix the line endings on this file, and set svn:eol-style to native so they stay fixed 2013-01-01 15:50:12 +00:00
ChangeLength.cpp Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
ChangeLength.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
ChangePitch.cpp Fixed more internationalisation hints. 2012-03-20 16:17:37 +00:00
ChangePitch.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
ChangeSpeed.cpp This commit is partial effort toward more libsoxr integration, that implements Rob Sykes's latest patch. I have no idea whether the Linux-specific stuff from the patch (e.g., M4 file) is still correct in this. 2012-11-03 02:06:07 +00:00
ChangeSpeed.h code cleanup and naming consistencies in reviewing suggested change from Ed Musgrove (that I did not implement) 2010-08-26 22:05:52 +00:00
ChangeTempo.cpp Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
ChangeTempo.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
ClickRemoval.cpp Apparently, wxConfigBase::Write() does not update values for next access on all platforms unless Flush() method is called. Added many calls to wxConfigBase::Flush() to make sure the Rad() calls get the right values. 2012-08-02 06:03:19 +00:00
ClickRemoval.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Compressor.cpp David Bailes patch for bug 577 2012-10-13 00:59:14 +00:00
Compressor.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Contrast.cpp Fixed more internationalisation hints. 2012-03-20 16:17:37 +00:00
Contrast.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
DtmfGen.cpp David Bailes patch for bug 577 2012-10-13 00:59:14 +00:00
DtmfGen.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Echo.cpp Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Echo.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Effect.cpp Improving Progress bar messages to reflect what's actually happening 2012-05-03 22:28:58 +00:00
Effect.h I got fed up of unused parameter warning from my compiler hiding the warnings I wanted to see, so have added WXUNUSED annotations to a lot of widely used header files, and cleaned up trailing junk on the way. 2012-12-31 16:58:19 +00:00
EffectCategory.cpp Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
EffectCategory.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
EffectManager.cpp Make EffectManager::GetEffectByIdentifier do what BatchCommands::GetAllCommands expects, and disable the BatchCommandDialog mEditParams button when illegal. 2011-08-16 00:12:12 +00:00
EffectManager.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Equalization.cpp Commit most of patch-envelope-range-2.patch from Maarten Baert, excluding an unrelated change and some independent ones already committed. There is an outstanding potential issue with the TimeTrack:: copy constructor awaiting further input 2012-12-29 16:28:28 +00:00
Equalization.h Hopefully read .xml and .XML files on case-sensitive OSs, 2010-06-30 23:58:56 +00:00
Fade.cpp Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Fade.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
FindClipping.cpp Leland's patch that fixes bug 199 2010-08-31 03:56:47 +00:00
FindClipping.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Generator.cpp Reset phase at start of each generated waveform. 2011-12-12 23:43:21 +00:00
Generator.h I got fed up of unused parameter warning from my compiler hiding the warnings I wanted to see, so have added WXUNUSED annotations to a lot of widely used header files. 2012-12-31 17:58:17 +00:00
Invert.cpp remove all these crufts since I'm here 2012-12-12 22:08:47 +00:00
Invert.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Leveller.cpp Apparently, wxConfigBase::Write() does not update values for next access on all platforms unless Flush() method is called. Added many calls to wxConfigBase::Flush() to make sure the Rad() calls get the right values. 2012-08-02 06:03:19 +00:00
Leveller.h Removed some (hidden) Cleanspeech cruft that had been used to disable effects. Made some static text open to translation. Added more i18n hints (thanks Thomas Breinstrup). 2012-04-05 11:21:15 +00:00
LoadEffects.cpp remove trailing junk 2013-01-01 15:35:23 +00:00
LoadEffects.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Noise.cpp Set the default duration if not in prefs to be 30 seconds like all the other generators. Patch from Steve 2012-12-17 22:29:01 +00:00
Noise.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
NoiseRemoval.cpp Apparently, wxConfigBase::Write() does not update values for next access on all platforms unless Flush() method is called. Added many calls to wxConfigBase::Flush() to make sure the Rad() calls get the right values. 2012-08-02 06:03:19 +00:00
NoiseRemoval.h Inserting CLEANSPEECH ifdef's around anything CleanSpeech so that CleanSpeech can be removed easily in the (not to distant) future. The idea is never to turn CLEANSPEECH on, but fix any (unexpected) differences this may make. 2012-04-26 22:57:04 +00:00
Normalize.cpp Apparently, wxConfigBase::Write() does not update values for next access on all platforms unless Flush() method is called. Added many calls to wxConfigBase::Flush() to make sure the Rad() calls get the right values. 2012-08-02 06:03:19 +00:00
Normalize.h Messages about what is going on. 2012-05-17 00:17:51 +00:00
Paulstretch.cpp Fix PaulStretch warnings from VC++ compiler. 2012-06-17 01:51:05 +00:00
Paulstretch.h add some i18n-hint comments to the strings where the translation doesn't see (to me) to be obvious. This will probably get better when the effect has a manual entry, and with translator feedback. 2012-06-10 16:38:29 +00:00
Phaser.cpp Disallow non-numeric chars in numeric input boxes. 2011-06-16 23:29:56 +00:00
Phaser.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Repair.cpp Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Repair.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
Repeat.cpp remove all these crufts since I'm here 2012-12-12 22:08:47 +00:00
Repeat.h remove all these crufts since I'm here 2012-12-12 22:08:47 +00:00
Reverse.cpp remove all these crufts since I'm here 2012-12-12 22:08:47 +00:00
Reverse.h remove all these crufts since I'm here 2012-12-12 22:08:47 +00:00
SBSMSEffect.cpp TimeScale effect improvements, updating to sbsms 2, not including GUI changes (except removing obsolete transient sharpening option). See Bug 485. 2012-04-16 18:26:48 +00:00
SBSMSEffect.h TimeScale effect improvements, updating to sbsms 2, not including GUI changes (except removing obsolete transient sharpening option). See Bug 485. 2012-04-16 18:26:48 +00:00
ScoreAlignDialog.cpp fix the line endings on this file, and set svn:eol-style to native so they stay fixed 2013-01-01 15:54:53 +00:00
ScoreAlignDialog.h fix the line endings on this file, and set svn:eol-style to native so they stay fixed 2013-01-01 15:54:53 +00:00
Silence.cpp David Bailes patch for bug 591 2012-10-11 01:45:33 +00:00
Silence.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
SimpleMono.cpp Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
SimpleMono.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
SimplePairedTwoTrack.cpp Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
SimplePairedTwoTrack.h Fixed various casting to (WaveTrack*) without a test for GetKind()==Track::Wave. Was causing crash in (at least) the Contrast.cpp analyze function, when a label was selected but not audio. Also fixed log-of-zero problem in Contrast.cpp when sampling silence. 2011-04-23 18:53:48 +00:00
SoundTouchEffect.cpp Modified to allow compile with USE_MIDI turned off (no NoteTrack). Tested with USE_MIDI both defined and undefined when compiled as Unicode Debug/Win32. 2012-07-18 03:44:34 +00:00
SoundTouchEffect.h Modified to allow compile with USE_MIDI turned off (no NoteTrack). Tested with USE_MIDI both defined and undefined when compiled as Unicode Debug/Win32. 2012-07-18 03:44:34 +00:00
StereoToMono.cpp Fix some problems with asserts in 11308. Further wording corrections. 2011-11-18 03:47:43 +00:00
StereoToMono.h Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
TimeScale.cpp TimeScale effect improvements, updating to sbsms 2, not including GUI changes (except removing obsolete transient sharpening option). See Bug 485. 2012-04-16 18:26:48 +00:00
TimeScale.h Revert r11214 (sbsms timescale effect update) & r11215 (mixed-radix-fft narrow/broaden spectrum menu items) to honor the feature freeze. 2011-07-06 09:49:59 +00:00
TimeWarper.cpp TimeScale effect improvements, updating to sbsms 2, not including GUI changes (except removing obsolete transient sharpening option). See Bug 485. 2012-04-16 18:26:48 +00:00
TimeWarper.h TimeScale effect improvements, updating to sbsms 2, not including GUI changes (except removing obsolete transient sharpening option). See Bug 485. 2012-04-16 18:26:48 +00:00
ToneGen.cpp Apparently, wxConfigBase::Write() does not update values for next access on all platforms unless Flush() method is called. Added many calls to wxConfigBase::Flush() to make sure the Rad() calls get the right values. 2012-08-02 06:03:19 +00:00
ToneGen.h Allow long tones to be generated (> 2^31) 2011-04-25 00:37:15 +00:00
TruncSilence.cpp consistency about parentheses (I love 'em!) 2012-08-20 21:46:12 +00:00
TruncSilence.h Check in new Truncate Silence routine as Experimental 2010-03-13 15:21:38 +00:00
TwoPassSimpleMono.cpp Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
TwoPassSimpleMono.h I got fed up of unused parameter warning from my compiler hiding the warnings I wanted to see, so have added WXUNUSED annotations to a lot of widely used header files. 2012-12-31 17:58:17 +00:00
Wahwah.cpp remove all these crufts since I'm here 2012-12-12 22:08:47 +00:00
Wahwah.h remove all these crufts since I'm here 2012-12-12 22:08:47 +00:00