audacia/src/effects
Paul Licameli 6c57948d8f Remove unnecessary #include-s from .cpp files...
... Unnecessary because transitively included.

But each .cpp file still includes its own .h file near the top to ensure
that it compiles indenendently, even if it is reincluded transitively later.
2019-05-16 17:21:00 -04:00
..
VST Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
audiounits Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
ladspa Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
lv2 Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
nyquist Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
vamp Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -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 Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -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 wx/filename.h, wx/choice.h, wxFileNameWrapper.h from headers 2019-03-28 03:12:42 -04:00
ChangeSpeed.h Remove wx/filename.h, wx/choice.h, wxFileNameWrapper.h from headers 2019-03-28 03:12:42 -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 Remove wx/slider.h from headers 2019-03-27 10:35:59 -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 Fix more cases of controls in static boxes that don't use ShuttleGui... 2019-03-28 11:59:14 -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 wx/stattext.h from headers 2019-03-27 14:33:46 -04:00
DtmfGen.h Remove wx/textctrl.h from headers 2019-03-28 01:43:53 -04:00
Echo.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
Echo.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
Effect.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
Effect.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
EffectManager.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
EffectManager.h Remove wx/{radiobut,ownerdrw,menuitem,menu,listbox}.h from *.h 2019-03-30 12:15:53 -04:00
EffectRack.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
EffectRack.h Can't remove remaining wx headers from other headers, comment that 2019-03-31 01:41:16 -04:00
Equalization.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
Equalization.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
Equalization48x.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
Equalization48x.h Experimental.h in all .h or .cpp files that directly use EXPERIMENTALs... 2019-03-17 22:54:00 -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 Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
FindClipping.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
Generator.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -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 Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
LoadEffects.h ModuleInterface::GetFileExtensions() returns const reference... 2019-05-16 12:30:23 -04:00
Noise.cpp Remove Shuttle.h from other headers 2019-03-17 15:03:05 -04:00
Noise.h Remove wx/string.h from headers 2019-03-26 11:33:55 -04:00
NoiseReduction.cpp WaveTrack.h does not include WaveClip.h 2019-03-18 01:44:42 -04:00
NoiseReduction.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
NoiseRemoval.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -04:00
NoiseRemoval.h Remove redundant #include-s from .h files... 2019-05-16 14:58:34 -04:00
Normalize.cpp Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
Normalize.h Remove wx/checkbox.h from headers 2019-03-28 12:55:34 -04:00
Paulstretch.cpp Remove Shuttle.h from other headers 2019-03-17 15:03:05 -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
Repair.cpp Each .cpp/.mm file includes corresponding header before any other... 2019-03-17 22:54:52 -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 unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -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 Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -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 Create ComponentInterface 2018-11-02 17:04:43 +00:00
Silence.h Remove wx/string.h from headers 2019-03-26 11:33:55 -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 unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -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 Create ComponentInterface 2018-11-02 17:04:43 +00: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 Remove unnecessary #include-s from .cpp files... 2019-05-16 17:21:00 -04:00
ToneGen.h Remove wx/arrstr.h from headers 2019-03-26 12:41:44 -04:00
TruncSilence.cpp AddCheckBox takes a bool for initial state, not string 2019-03-27 12:58:40 -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