audacia/src/effects
Leland Lucius ead26dd2aa Bug 1807 - NyquistPrompt Scripting command is not functional
2nd attempt... :-(
2020-04-05 14:54:11 -05:00
..
VST EffectUIClientInterface::PopulateUI takes ShuttleGui & 2020-01-23 19:06:23 -05:00
audiounits Reviewed all i18n-hint comments... 2020-04-05 09:00:00 -04:00
ladspa EffectUIClientInterface::PopulateUI takes ShuttleGui & 2020-01-23 19:06:23 -05:00
lv2 Suppress deprecation warning 2020-03-11 23:47:55 -05:00
nyquist Bug 1807 - NyquistPrompt Scripting command is not functional 2020-04-05 14:54:11 -05:00
vamp Bug 2368: Effects with clip boundaries differing across channels... 2020-03-22 07:56:40 -04:00
Amplify.cpp Built-in effect dialogs: add access keys where necessary 2020-03-27 10:51:34 +00:00
Amplify.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
AutoDuck.cpp Built-in effect dialogs: add access keys where necessary 2020-03-27 10:51:34 +00:00
AutoDuck.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
BassTreble.cpp Each built-in effect class registers itself with BuiltinEffectsModule 2020-01-19 19:16:51 -05:00
BassTreble.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
Biquad.cpp Fix some comments 2020-01-19 13:23:30 -05:00
Biquad.h Fix some comments 2020-01-19 13:23:30 -05:00
ChangePitch.cpp Built-in effect dialogs: add access keys where necessary 2020-03-27 10:51:34 +00:00
ChangePitch.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
ChangeSpeed.cpp Reviewed all i18n-hint comments... 2020-04-05 09:00:00 -04:00
ChangeSpeed.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
ChangeTempo.cpp Built-in effect dialogs: add access keys where necessary 2020-03-27 10:51:34 +00:00
ChangeTempo.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
ClickRemoval.cpp Built-in effect dialogs: add access keys where necessary 2020-03-27 10:51:34 +00:00
ClickRemoval.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
Compressor.cpp Reviewed all i18n-hint comments... 2020-04-05 09:00:00 -04:00
Compressor.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
Contrast.cpp Reviewed all i18n-hint comments... 2020-04-05 09:00:00 -04:00
Contrast.h TranslatableString for titles, names, labels of wxDialogWrappers... 2019-12-16 10:58:05 -05:00
Distortion.cpp Remove TranslatableStringArray.h 2020-02-02 18:02:32 -05:00
Distortion.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
DtmfGen.cpp Built-in Generate and Analyse dialogs: add missing access keys 2020-03-27 14:40:26 +00:00
DtmfGen.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
EBUR128.cpp Fix two bugs in loudness effect (#410) 2020-01-24 18:04:19 +00:00
EBUR128.h Fix two bugs in loudness effect (#410) 2020-01-24 18:04:19 +00:00
Echo.cpp Built-in effect dialogs: add access keys where necessary 2020-03-27 10:51:34 +00:00
Echo.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
Effect.cpp Make changes to Change Tempo dialog during preview work as intended... 2020-03-26 11:13:43 -04:00
Effect.h Remove unused member of Effect 2020-03-26 11:02:53 -04:00
EffectManager.cpp Break dependency cycle of Effect and EffectManager 2020-03-08 16:21:28 -04:00
EffectManager.h Break dependency cycle of Effect and EffectManager 2020-03-08 16:21:28 -04:00
EffectUI.cpp Fix disabled OK button in effects when monitoring 2020-03-31 13:54:02 -05:00
EffectUI.h Factor EffectUIHost::Initialize 2020-01-23 19:06:23 -05:00
Equalization.cpp Reviewed all i18n-hint comments... 2020-04-05 09:00:00 -04:00
Equalization.h Make Effect::PopulateUI final (no special case for Equalization) 2020-01-23 19:06:23 -05:00
Equalization48x.cpp Bug2346: Complete fix... 2020-03-10 22:32:23 -04:00
Equalization48x.h Some compilability fixes for Equalization48x.cpp 2019-05-21 19:03:42 -04:00
Fade.cpp Each built-in effect class registers itself with BuiltinEffectsModule 2020-01-19 19:16:51 -05:00
Fade.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
FindClipping.cpp Built-in Generate and Analyse dialogs: add missing access keys 2020-03-27 14:40:26 +00:00
FindClipping.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
Generator.cpp Bug2346: Complete fix... 2020-03-10 22:32:23 -04:00
Generator.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Invert.cpp Each built-in effect class registers itself with BuiltinEffectsModule 2020-01-19 19:16:51 -05:00
Invert.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05: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 LoadEffects.cpp doesn't depend on individual effect classes... 2020-01-19 19:16:51 -05:00
LoadEffects.h LoadEffects.cpp doesn't depend on individual effect classes... 2020-01-19 19:16:51 -05:00
Loudness.cpp Built-in effect dialogs: add access keys where necessary 2020-03-27 10:51:34 +00:00
Loudness.h Remove test in Loudness effect for same clip boundaries in channels... 2020-03-21 15:48:58 -04:00
Noise.cpp Built-in Generate and Analyse dialogs: add missing access keys 2020-03-27 14:40:26 +00:00
Noise.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
NoiseReduction.cpp Reviewed all i18n-hint comments... 2020-04-05 09:00:00 -04:00
NoiseReduction.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
NoiseRemoval.cpp Bug2346: Complete fix... 2020-03-10 22:32:23 -04:00
NoiseRemoval.h Move EffectDialog out of Effect.cpp 2020-01-23 15:23:43 -05:00
Normalize.cpp Built-in effect dialogs: add access keys where necessary 2020-03-27 10:51:34 +00:00
Normalize.h Remove unused member variable 2020-03-21 16:19:13 -04:00
Paulstretch.cpp Reviewed all i18n-hint comments... 2020-04-05 09:00:00 -04:00
Paulstretch.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
Phaser.cpp Each built-in effect class registers itself with BuiltinEffectsModule 2020-01-19 19:16:51 -05:00
Phaser.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05: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 Each built-in effect class registers itself with BuiltinEffectsModule 2020-01-19 19:16:51 -05:00
Repair.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
Repeat.cpp Built-in effect dialogs: add access keys where necessary 2020-03-27 10:51:34 +00:00
Repeat.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
Reverb.cpp Each built-in effect class registers itself with BuiltinEffectsModule 2020-01-19 19:16:51 -05:00
Reverb.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
Reverb_libSoX.h Fix uninitialized variables in Reverb... 2017-08-31 20:27:50 -04:00
Reverse.cpp Each built-in effect class registers itself with BuiltinEffectsModule 2020-01-19 19:16:51 -05:00
Reverse.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
SBSMSEffect.cpp Bug2346: Complete fix... 2020-03-10 22:32:23 -04:00
SBSMSEffect.h Conversion of TranslatableString to wxString is private 2019-12-01 18:17:57 -05:00
ScienFilter.cpp Reviewed all i18n-hint comments... 2020-04-05 09:00:00 -04:00
ScienFilter.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
ScoreAlignDialog.cpp Reviewed all i18n-hint comments... 2020-04-05 09:00:00 -04:00
ScoreAlignDialog.h Some compilation fixes for EXPERIMENTAL_SCOREALIGN 2019-12-21 00:34:59 -05:00
Silence.cpp Built-in Generate and Analyse dialogs: add missing access keys 2020-03-27 14:40:26 +00:00
Silence.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05: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 Bug 2367 - Residual: Change Speed effect may create spurious clip at end 2020-03-22 11:49:39 +00:00
SoundTouchEffect.h This is only comments, in files where USE_ macros are tested... 2019-03-22 12:38:30 -04:00
StereoToMono.cpp Bug2346: Complete fix... 2020-03-10 22:32:23 -04:00
StereoToMono.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
TimeScale.cpp Built-in effect dialogs: add access keys where necessary 2020-03-27 10:51:34 +00:00
TimeScale.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
TimeWarper.cpp
TimeWarper.h
ToneGen.cpp Built-in Generate and Analyse dialogs: add missing access keys 2020-03-27 14:40:26 +00:00
ToneGen.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00
TruncSilence.cpp Built-in effect dialogs: add access keys where necessary 2020-03-27 10:51:34 +00:00
TruncSilence.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05: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 Each built-in effect class registers itself with BuiltinEffectsModule 2020-01-19 19:16:51 -05:00
Wahwah.h Eliminate one of the ## macro hacks in LoadEffects 2020-01-19 19:16:51 -05:00