audacia/src/effects
James Crook 569028268d Bug 2207 - Filter Curve and Graphic EQ have no factory presets (available in 2.3.2 and earlier) 2019-08-24 13:55:54 +01:00
..
VST Define EffectClientInterface::GetBlockSize() 2019-06-24 00:49:14 -04:00
audiounits Define EffectClientInterface::GetBlockSize() 2019-06-24 00:49:14 -04:00
ladspa All idle event handlers should skip 2019-07-01 11:43:02 -04:00
lv2 All idle event handlers should skip 2019-07-01 11:43:02 -04:00
nyquist Bug 1341 - ENH: Vocal Remover effect should be removed - misleading and duplicated effectively 2019-07-17 12:25:07 +01:00
vamp Remove some #include directives 2019-07-19 13:55:49 -04:00
Amplify.cpp AddCheckBox takes a bool for initial state, not string 2019-03-27 12:58:40 -04:00
Amplify.h Remove wx/checkbox.h from headers 2019-03-28 12:55:34 -04:00
AutoDuck.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
AutoDuck.h Remove or comment wxPanelWrapper.h in headers 2019-04-04 10:13:23 -04:00
BassTreble.cpp Remove wx/checkbox.h from headers 2019-03-28 12:55:34 -04:00
BassTreble.h Remove wx/checkbox.h from headers 2019-03-28 12:55:34 -04:00
Biquad.cpp Add missing headers in Biquad.h/cpp. 2018-07-24 17:09:52 +02:00
Biquad.h More doxygen 2018-11-03 13:18:26 +00:00
ChangePitch.cpp Revert "2096: Windows & Mac high quality Change Pitch/Tempo preview" 2019-04-20 12:37:22 -04:00
ChangePitch.h Remove wx/{app,statbmp,spinctrl,scrolbar,dynlib,dcmemory}.h from *.h 2019-03-30 07:57:37 -04:00
ChangeSpeed.cpp Remove unneeded inclusions of Project.h, no cycles broken 2019-05-22 10:02:24 -04:00
ChangeSpeed.h Remove NumericTextCtrl.h from other headers or comment why you can't 2019-05-16 19:01:00 -04:00
ChangeTempo.cpp Revert "2096: Windows & Mac high quality Change Pitch/Tempo preview" 2019-04-20 12:37:22 -04:00
ChangeTempo.h Remove wx/checkbox.h from headers 2019-03-28 12:55:34 -04:00
ClickRemoval.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
ClickRemoval.h Remove wx/textctrl.h from headers 2019-03-28 01:43:53 -04:00
Compressor.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
Compressor.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
Contrast.cpp Remove some unnecessary #include directives 2019-07-09 12:45:50 -04:00
Contrast.h Remove or comment wxPanelWrapper.h in headers 2019-04-04 10:13:23 -04:00
Distortion.cpp Remove wx/checkbox.h from headers 2019-03-28 12:55:34 -04:00
Distortion.h Remove wx/checkbox.h from headers 2019-03-28 12:55:34 -04:00
DtmfGen.cpp Remove NumericTextCtrl.h from other headers or comment why you can't 2019-05-16 19:01:00 -04:00
DtmfGen.h Remove NumericTextCtrl.h from other headers or comment why you can't 2019-05-16 19:01:00 -04:00
Echo.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
Echo.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
Effect.cpp Heavyweight version of SelectedRegion stored in ViewInfo emits events 2019-07-17 12:43:39 -04:00
Effect.h Heavyweight version of SelectedRegion stored in ViewInfo emits events 2019-07-17 12:43:39 -04:00
EffectManager.cpp Wording fixes for 2.3.3 2019-08-12 10:39:20 +01:00
EffectManager.h Heavyweight version of SelectedRegion stored in ViewInfo emits events 2019-07-17 12:43:39 -04:00
EffectRack.cpp Move DoEffect out of PluginMenus 2019-06-25 00:14:52 -04:00
EffectRack.h Remove Effect.h from EffectManager.h and EffectRack.h 2019-06-24 00:36:59 -04:00
Equalization.cpp Bug 2207 - Filter Curve and Graphic EQ have no factory presets (available in 2.3.2 and earlier) 2019-08-24 13:55:54 +01:00
Equalization.h Bug 2207 - Filter Curve and Graphic EQ have no factory presets (available in 2.3.2 and earlier) 2019-08-24 13:55:54 +01:00
Equalization48x.cpp static TrackFactory::Get()... 2019-05-23 13:55:14 -04:00
Equalization48x.h Some compilability fixes for Equalization48x.cpp 2019-05-21 19:03:42 -04:00
Fade.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
Fade.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
FindClipping.cpp LabelTrackView, not LabelTrack, handles focus changes when adding 2019-06-20 10:47:25 -04:00
FindClipping.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
Generator.cpp static ViewInfo::Get() and ZoomInfo::Get()... 2019-05-23 12:58:47 -04:00
Generator.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Invert.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
Invert.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
Leveller.cpp Remove some unused strings that confused translators... 2017-09-10 19:24:08 -04:00
Leveller.h Remove some unused strings that confused translators... 2017-09-10 19:24:08 -04:00
LoadEffects.cpp EQ Tweaks for Independence 2019-08-23 18:41:26 +01:00
LoadEffects.h ModuleInterface::GetFileExtensions() returns const reference... 2019-05-16 12:30:23 -04:00
Noise.cpp Remove NumericTextCtrl.h from other headers or comment why you can't 2019-05-16 19:01:00 -04:00
Noise.h Remove NumericTextCtrl.h from other headers or comment why you can't 2019-05-16 19:01:00 -04:00
NoiseReduction.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
NoiseReduction.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
NoiseRemoval.cpp Remove unneeded inclusions of Project.h, no cycles broken 2019-05-22 10:02:24 -04:00
NoiseRemoval.h Compilability of old Noise Removal 2019-05-22 10:00:30 -04:00
Normalize.cpp WaveTrack.cpp does not depend on ODDecodeBlockFile.cpp... 2019-06-22 21:46:34 -04:00
Normalize.h Remove wx/checkbox.h from headers 2019-03-28 12:55:34 -04:00
Paulstretch.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
Paulstretch.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
Phaser.cpp Remove wx/slider.h from headers 2019-03-27 10:35:59 -04:00
Phaser.h Remove wx/textctrl.h from headers 2019-03-28 01:43:53 -04:00
RealtimeEffectManager.cpp RealtimeEffectState into RealtimeEffectManager... 2019-06-24 01:04:03 -04:00
RealtimeEffectManager.h RealtimeEffectState needs only EffectClientInterface, not Effect 2019-06-24 00:49:14 -04:00
Repair.cpp Move AudacityMessageBox to its own files... 2019-05-20 14:48:36 -04:00
Repair.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
Repeat.cpp Remove wx/stattext.h from headers 2019-03-27 14:33:46 -04:00
Repeat.h Remove wx/textctrl.h from headers 2019-03-28 01:43:53 -04:00
Reverb.cpp Remove wx/{app,statbmp,spinctrl,scrolbar,dynlib,dcmemory}.h from *.h 2019-03-30 07:57:37 -04:00
Reverb.h Remove wx/{app,statbmp,spinctrl,scrolbar,dynlib,dcmemory}.h from *.h 2019-03-30 07:57:37 -04:00
Reverb_libSoX.h Fix uninitialized variables in Reverb... 2017-08-31 20:27:50 -04:00
Reverse.cpp WaveTrack.h does not include WaveClip.h 2019-03-18 01:44:42 -04:00
Reverse.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
SBSMSEffect.cpp Remove unneeded inclusions of Project.h, no cycles broken 2019-05-22 10:02:24 -04:00
SBSMSEffect.h Include Audacity.h in all files that test config USE_ macros... 2019-03-22 12:36:54 -04:00
ScienFilter.cpp New files for ProjectSettings 2019-06-03 01:13:13 -04:00
ScienFilter.h Move class SliderAx into WindowAccessible.* ... 2019-03-31 13:27:18 -04:00
ScoreAlignDialog.cpp Bug2105: Enable TAB to sliders on Mac... 2019-04-30 21:50:22 +01:00
ScoreAlignDialog.h Remove wx/dialog.h from headers 2019-03-30 12:01:39 -04:00
Silence.cpp Remove NumericTextCtrl.h from other headers or comment why you can't 2019-05-16 19:01:00 -04:00
Silence.h Remove NumericTextCtrl.h from other headers or comment why you can't 2019-05-16 19:01:00 -04:00
SimpleMono.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
SimpleMono.h Use IdentInterfaceSymbol to identify commands and effects 2018-04-11 11:51:10 -04:00
SoundTouchEffect.cpp Remove unneeded inclusions of Project.h, no cycles broken 2019-05-22 10:02:24 -04:00
SoundTouchEffect.h This is only comments, in files where USE_ macros are tested... 2019-03-22 12:38:30 -04:00
StereoToMono.cpp static TrackFactory::Get()... 2019-05-23 13:55:14 -04:00
StereoToMono.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
TimeScale.cpp Remove wx/slider.h from headers 2019-03-27 10:35:59 -04:00
TimeScale.h Remove wx/textctrl.h from headers 2019-03-28 01:43:53 -04:00
TimeWarper.cpp Remove some naked new amd delete in: Built-in Effects 2016-08-08 07:51:25 -04:00
TimeWarper.h Remove some naked new amd delete in: Built-in Effects 2016-08-08 07:51:25 -04:00
ToneGen.cpp New files for ProjectSettings 2019-06-03 01:13:13 -04:00
ToneGen.h Remove NumericTextCtrl.h from other headers or comment why you can't 2019-05-16 19:01:00 -04:00
TruncSilence.cpp New files for ProjectSettings 2019-06-03 01:13:13 -04:00
TruncSilence.h wx/list.h no longer used anywhere 2019-03-30 11:15:27 -04:00
TwoPassSimpleMono.cpp Include nothing before Audacity.h, as comments say we should... 2019-03-17 21:41:39 -04:00
TwoPassSimpleMono.h spelling in comments 2018-11-03 11:45:05 -04:00
Wahwah.cpp Remove wx/slider.h from headers 2019-03-27 10:35:59 -04:00
Wahwah.h Remove wx/textctrl.h from headers 2019-03-28 01:43:53 -04:00