audacia/src/effects
mchinen 2ce94c6647 Effect.cpp: fix preview for tracks with leading whitespace 2012-03-03 21:14:31 +00:00
..
VST See http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c31 and http://bugzilla.audacityteam.org/show_bug.cgi?id=451#c32. 2011-11-16 05:59:48 +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 Correct my misapplication of Ed's fix for bug 179. 2012-02-15 18:55:05 +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 Fixes per Vigilant Sentry (http://www.vigilantsw.com/) 2012-02-08 05:09:14 +00:00
AutoDuck.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
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 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.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
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 Extended pitch, tempo, and speed effects to operate on NoteTracks. Fixed off-by-one error on channel buttons. 2010-10-28 17:57:14 +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 Fix some problems with asserts in 11308. Further wording corrections. 2011-11-18 03:47:43 +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 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.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 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.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 Addressing bug 454, and some minor clean-up. Now we only measure the selected track, and if one is selected, otherwise inform the user. 2012-01-11 00:39:13 +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 Reposition effects presets in audacity.cfg that were previously claimed by CleanSpeech. Still a lot of work to do! 2011-06-14 23:48:58 +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 Effect.cpp: fix preview for tracks with leading whitespace 2012-03-03 21:14:31 +00:00
Effect.h Clean up some issues with Effect abstract classes, primarily that the progress dialog had Stop and Cancel buttons that produced exactly the same results, i.e., Cancel, so I removed the Stop button. 2010-09-02 02:40:17 +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 Tidy up equalization curve renaming logic so it is clearer what is going on. 2012-02-09 18:22:43 +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 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
Invert.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
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 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.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
LoadEffects.cpp Typo in LV2 URI. 2011-05-06 18:20:05 +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 Disallow non-numeric chars in numeric input boxes. 2011-06-16 23:29:56 +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 Fix some problems with asserts in 11308. Further wording corrections. 2011-11-18 03:47:43 +00:00
NoiseRemoval.h Noise removal updates from Marco Diego Aurélio 2010-07-04 11:34:51 +00:00
Normalize.cpp Correct prefs 2011-06-12 23:18:14 +00:00
Normalize.h Remove 'CS' from preset storage. 2011-06-11 23:08:06 +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 clarifications in comments 2011-04-18 06:30:07 +00:00
Repeat.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
Reverse.cpp Fix build when wxWidgets is built to use STL as it is on openSUSE. 2011-04-17 03:42:35 +00:00
Reverse.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
SBSMSEffect.cpp Fix some problems with asserts in 11308. Further wording corrections. 2011-11-18 03:47:43 +00:00
SBSMSEffect.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
ScoreAlignDialog.cpp Apply modified version Roger Dannenberg's patch to remedy some problems from commit r10680 and fix some bugs. 2011-10-19 23:06:53 +00:00
ScoreAlignDialog.h Changes to fix compilation problems on a Mac after extensive changes to improve NoteTrack display. 2010-09-19 21:46:40 +00:00
Silence.cpp Patch from 'Norm C' (n_badger42@hotmail.com) to remember default lengths of Silence and Tones generated. 2011-12-20 00:05:54 +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 clarifications in comments 2011-04-18 06:30:07 +00:00
SoundTouchEffect.h Extended pitch, tempo, and speed effects to operate on NoteTracks. Fixed off-by-one error on channel buttons. 2010-10-28 17:57:14 +00:00
SpikeCleaner.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
SpikeCleaner.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
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 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
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 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.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
ToneGen.cpp Patch from 'Norm C' (n_badger42@hotmail.com) to remember default lengths of Silence and Tones generated. 2011-12-20 00:05:54 +00:00
ToneGen.h Allow long tones to be generated (> 2^31) 2011-04-25 00:37:15 +00:00
TruncSilence.cpp Disallow non-numeric chars in numeric input boxes. 2011-06-16 23:29:56 +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 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
Wahwah.cpp Disallow non-numeric chars in numeric input boxes. 2011-06-16 23:29:56 +00:00
Wahwah.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