audacia/src/effects
lllucius@gmail.com aa49817563 Fixes 2 VST issues, an RTP issue, and relaxes an AU restriction
1)  Shell VSTs were completely unrecognized...that is no longer the case
2)  All VSTs will now ALWAYS be initialized and cleaned up from the main
    GUI thread.  I found that some Waves VSTs would freeze Audacity when
    initialized in the audio thread and closed in the GUI thread.
3)  While realtime previewing, it was possible that the wrong slave 
    could be used to process new blocks of audio.
4)  I found that the Waves AUs don't crash on a real Mac (instead of a
    virtual machine), so I removed the "black list" I'd put in just for
    them.  (Something to do with needing full 3D support I think.)

Anyway, #2 and #3 were quite intrusive, so as much RTP testing as possible
would be a good thing.
2015-01-02 05:24:43 +00:00
..
VST Fixes 2 VST issues, an RTP issue, and relaxes an AU restriction 2015-01-02 05:24:43 +00:00
audiounits Fixes 2 VST issues, an RTP issue, and relaxes an AU restriction 2015-01-02 05:24:43 +00:00
ladspa Fixes 2 VST issues, an RTP issue, and relaxes an AU restriction 2015-01-02 05:24:43 +00:00
lv2 Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
nyquist Simplify misleading (and dangerous looking) initialisation. 2014-12-30 12:32:15 +00:00
vamp Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
Amplify.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Amplify.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
AutoDuck.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
AutoDuck.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
BassTreble.cpp Preliminary changes for wxWidgets 3.0.1 2014-10-06 08:10:50 +00:00
BassTreble.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00: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 Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ChangePitch.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
ChangeSpeed.cpp Change Speed - Make 3 member variables private and re-disable FromTime menu. 2014-11-25 03:09:54 +00:00
ChangeSpeed.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
ChangeTempo.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ChangeTempo.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
ClickRemoval.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ClickRemoval.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
Compressor.cpp Reduce minimum Attack/Decay times. 2014-11-20 08:59:51 +00:00
Compressor.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
Contrast.cpp Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
Contrast.h Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
DtmfGen.cpp Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
DtmfGen.h These generators don't support chains, so don't say they do 2015-01-01 10:34:48 +00:00
Echo.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Echo.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
Effect.cpp Fixes 2 VST issues, an RTP issue, and relaxes an AU restriction 2015-01-02 05:24:43 +00:00
Effect.h Fixes 2 VST issues, an RTP issue, and relaxes an AU restriction 2015-01-02 05:24:43 +00:00
EffectCategory.cpp Fixed warnings about AUDACITY_DLL_API. 2014-11-11 15:47:48 +00:00
EffectCategory.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
EffectManager.cpp Fixes 2 VST issues, an RTP issue, and relaxes an AU restriction 2015-01-02 05:24:43 +00:00
EffectManager.h Fixes 2 VST issues, an RTP issue, and relaxes an AU restriction 2015-01-02 05:24:43 +00:00
EffectRack.cpp Another round of effects bashing. 2014-11-19 06:58:44 +00:00
EffectRack.h Round 3 of realtime changes. 2014-11-03 06:48:54 +00:00
Equalization.cpp Martyn's patch for Bug 721 - Equalization: Changing language from non-English to English creates two "unnamed" curves. 2014-08-01 20:15:30 +00:00
Equalization.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
Equalization48x.cpp Andrew Hallendorff's multithreaded Equalization effect. 2014-10-09 21:52:19 +00:00
Equalization48x.h Andrew Hallendorff's multithreaded Equalization effect. 2014-10-09 21:52:19 +00:00
Fade.cpp Remove the 2013-09-24 00:14:37 +00:00
Fade.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
FindClipping.cpp From: martin@steghoefer.eu [PATCH 01/15] Fix runtime problem with wxWidgets 3.0: Correct string formatting: wxLongLong -> %lld + long long 2014-11-08 16:06:28 +00:00
FindClipping.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
Generator.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Generator.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Invert.cpp remove all these crufts since I'm here 2012-12-12 22:08:47 +00:00
Invert.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
Leveller.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Leveller.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
LoadEffects.cpp Noise Reduction now the default. Noise Removal now not in menu (for current settings of Experimental.h) 2014-12-08 22:12:36 +00:00
LoadEffects.h Remove the 2013-09-24 00:14:37 +00:00
Noise.cpp Fixed warnings about AUDACITY_DLL_API. 2014-11-11 15:47:48 +00:00
Noise.h These generators don't support chains, so don't say they do 2015-01-01 10:34:48 +00:00
NoiseReduction.cpp Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
NoiseReduction.h Found that the problem was a missing "class" on the friend statements. 2014-11-14 04:18:23 +00:00
NoiseRemoval.cpp Fix for incorrect attack/decay time by Paul L and remove unused variable. 2014-08-06 02:19:09 +00:00
NoiseRemoval.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
Normalize.cpp MSVC 2013: Code analysis tool & -> && 2014-10-25 08:25:22 +00:00
Normalize.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
Paulstretch.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Paulstretch.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
Phaser.cpp remove commented out code 2014-10-25 21:16:00 +00:00
Phaser.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
Repair.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Repair.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
Repeat.cpp Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
Repeat.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
Reverb.cpp Fixed warnings about AUDACITY_DLL_API. 2014-11-11 15:47:48 +00:00
Reverb.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
Reverb_libSoX.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Reverse.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Reverse.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
SBSMSEffect.cpp Paul L's new SelectedRegion class replacing use of t0 and t1. Also LabelTrack.h no longer in TrackPanel.h includes. 2014-10-05 17:10:09 +00:00
SBSMSEffect.h TimeScale effect improvements, updating to sbsms 2, not including GUI changes (except removing obsolete transient sharpening option). See Bug 485. 2012-04-16 18:26:48 +00:00
ScienFilter.cpp More accurate control text (thanks to Steve). 2014-01-28 23:36:52 +00:00
ScienFilter.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
ScoreAlignDialog.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ScoreAlignDialog.h Remove the 2013-09-24 00:14:37 +00:00
Silence.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Silence.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
SimpleMono.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
SimpleMono.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
SoundTouchEffect.cpp Paul L's new SelectedRegion class replacing use of t0 and t1. Also LabelTrack.h no longer in TrackPanel.h includes. 2014-10-05 17:10:09 +00:00
SoundTouchEffect.h Add (restore?) the ability to build without trashing the source tree 2014-10-27 07:34:17 +00:00
StereoToMono.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
StereoToMono.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
TimeScale.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
TimeScale.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
TimeWarper.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
TimeWarper.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ToneGen.cpp Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
ToneGen.h These generators don't support chains, so don't say they do 2015-01-01 10:34:48 +00:00
TruncSilence.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
TruncSilence.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
TwoPassSimpleMono.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
TwoPassSimpleMono.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Wahwah.cpp remove commented out code 2014-10-25 21:16:00 +00:00
Wahwah.h Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00