audacia/src/effects
Paul Licameli ad04187a41 Change sampleCount arguments, variables, return values to size_t...
... whenever they really describe the size of a buffer that fits in memory, or
of a block file (which is never now more than a megabyte and so could be fit in
memory all at once), or a part thereof.
2016-09-15 21:03:17 -04:00
..
VST Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
audiounits Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
ladspa Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
lv2 Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
nyquist Make many conversions sampleCount->size_t are explicit and checked... 2016-09-15 21:02:32 -04:00
vamp Convert sampleCount <-> floating or -> long long explicitly ... 2016-09-15 21:02:31 -04:00
Amplify.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Amplify.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
AutoDuck.cpp Make many conversions sampleCount->size_t are explicit and checked... 2016-09-15 21:02:32 -04:00
AutoDuck.h a little more const 2016-09-13 22:23:17 -04:00
BassTreble.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
BassTreble.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Biquad.cpp Fixed tab indentations to spaces. 2013-10-02 16:00:34 +00:00
Biquad.h Fixed tab indentations to spaces. 2013-10-02 16:00:34 +00:00
ChangePitch.cpp pixel column counts and sample window sizes use unsigned types 2016-09-11 20:28:13 -04:00
ChangePitch.h Add SBSMS option to Change Pitch effect 2016-08-13 17:28:49 +01:00
ChangeSpeed.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
ChangeSpeed.h Fewer C-style pointer casts of tracks; comments justify static_cast 2016-09-15 12:12:43 -04:00
ChangeTempo.cpp Pass name of proxy effect to EffectSBSMS 2016-08-16 14:54:34 +01:00
ChangeTempo.h Add SBSMS option to Change Tempo effect 2016-08-15 12:33:33 +01:00
ClickRemoval.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
ClickRemoval.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Compressor.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Compressor.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Contrast.cpp More unused parameters. 2016-09-11 20:52:04 +01:00
Contrast.h Further fix for Windows build 2016-07-11 18:45:47 +01:00
Distortion.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Distortion.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
DtmfGen.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
DtmfGen.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Echo.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Echo.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Effect.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Effect.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
EffectManager.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
EffectManager.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
EffectRack.cpp Remove some naked new amd delete in: Built-in Effects 2016-08-08 07:51:25 -04:00
EffectRack.h Harmlessly qualify classes as final (or explicitly comment not)... 2016-02-24 20:58:30 -05:00
Equalization.cpp Convert sampleCount <-> floating or -> long long explicitly ... 2016-09-15 21:02:31 -04:00
Equalization.h pixel column counts and sample window sizes use unsigned types 2016-09-11 20:28:13 -04:00
Equalization48x.cpp pixel column counts and sample window sizes use unsigned types 2016-09-11 20:28:13 -04:00
Equalization48x.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Fade.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Fade.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
FindClipping.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
FindClipping.h Bug1348, partial: Fix bad undo after cancelling Vamp or FindClipping analyzer 2016-02-27 18:12:36 -05:00
Generator.cpp Convert sampleCount <-> floating or -> long long explicitly ... 2016-09-15 21:02:31 -04:00
Generator.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Invert.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Invert.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Leveller.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Leveller.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
LoadEffects.cpp Remove Leveller effect from Linux build 2016-07-01 16:49:49 +01:00
LoadEffects.h Effects managed with smart pointers 2016-04-06 16:06:29 -04:00
Noise.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Noise.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
NoiseReduction.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
NoiseReduction.h Fix mac build. No standard headers in Audacity.h. 2016-03-01 12:22:37 -05:00
NoiseRemoval.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
NoiseRemoval.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Normalize.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Normalize.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Paulstretch.cpp Convert sampleCount <-> floating or -> long long explicitly ... 2016-09-15 21:02:31 -04:00
Paulstretch.h Bug1501: Fix bad_alloc crash for some effects with extreme inputs 2016-08-28 12:30:43 -04:00
Phaser.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Phaser.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Repair.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Repair.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Repeat.cpp Remove many mentions of sampleCount with auto and decltype... 2016-08-24 14:50:45 -04:00
Repeat.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
Reverb.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Reverb.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Reverb_libSoX.h Main website now at audacityteam.org 2015-04-24 08:07:12 +01:00
Reverse.cpp Convert sampleCount <-> floating or -> long long explicitly ... 2016-09-15 21:02:31 -04:00
Reverse.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
SBSMSEffect.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
SBSMSEffect.h Fewer C-style pointer casts of tracks; comments justify static_cast 2016-09-15 12:12:43 -04:00
ScienFilter.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
ScienFilter.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
ScoreAlignDialog.cpp Remove some naked new amd delete in: Built-in Effects 2016-08-08 07:51:25 -04:00
ScoreAlignDialog.h Remove some naked new amd delete in: Built-in Effects 2016-08-08 07:51:25 -04:00
Silence.cpp More uses of safenew for classes we derive from wxWindow classes... 2016-02-14 20:39:28 -05:00
Silence.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05:00
SimpleMono.cpp Convert sampleCount <-> floating or -> long long explicitly ... 2016-09-15 21:02:31 -04:00
SimpleMono.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
SoundTouchEffect.cpp Convert sampleCount <-> floating or -> long long explicitly ... 2016-09-15 21:02:31 -04:00
SoundTouchEffect.h Fewer C-style pointer casts of tracks; comments justify static_cast 2016-09-15 12:12:43 -04:00
StereoToMono.cpp Convert sampleCount <-> floating or -> long long explicitly ... 2016-09-15 21:02:31 -04:00
StereoToMono.h Make many counts of tracks and channels unsigned... 2016-09-07 10:11:41 -04:00
TimeScale.cpp Fix for bug 955 from Clayton Otey 2016-01-26 18:19:19 +00:00
TimeScale.h Replace virtual with override wherever possible; eliminate needless virtual... 2016-02-26 12:35:38 -05: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 Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
ToneGen.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
TruncSilence.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
TruncSilence.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
TwoPassSimpleMono.cpp Convert sampleCount <-> floating or -> long long explicitly ... 2016-09-15 21:02:31 -04:00
TwoPassSimpleMono.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Wahwah.cpp Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00
Wahwah.h Change sampleCount arguments, variables, return values to size_t... 2016-09-15 21:03:17 -04:00