audacia/src/effects
lllucius@gmail.com 540f5c78c9 AudioUnits rework...
They now work on Yosemite.

AudioUnits with a custom Cocoa UI now display graphically
instead of reverting to the generic view

The Cocoa version of the generic view is now used when
needed...instead of the Carbon version.

The order of UI preference is Cocoa, Carbon, Generic,
unless force to Generic view user setting.

They now support realtime preview.

They also support dialog resizing as I found many that
scaled nicely (mostly Apple's).

Uses the new Effect format so now supports user and
factory presets.

NOTE:  Be VERY critical when testing this as I've
       never written Objective-C or Cocoa code
       before!
2014-11-25 08:08:15 +00:00
..
VST AudioUnits rework... 2014-11-25 08:08:15 +00:00
audiounits AudioUnits rework... 2014-11-25 08:08:15 +00:00
ladspa Another round of effects bashing. 2014-11-19 06:58:44 +00:00
lv2 Fix return value problem. 2014-11-19 14:53:19 +00:00
nyquist A couple of refinements to Nyquist v4 plug-in property lists. 2014-11-20 15:48:25 +00:00
vamp Another round of effects bashing. 2014-11-19 06:58:44 +00:00
Amplify.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Amplify.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
AutoDuck.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
AutoDuck.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
BassTreble.cpp Preliminary changes for wxWidgets 3.0.1 2014-10-06 08:10:50 +00:00
BassTreble.h Remove trailing spaces. 2014-06-03 20:30:19 +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 Remove trailing spaces. 2014-06-03 20:30:19 +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 Change Speed - Make 3 member variables private and re-disable FromTime menu. 2014-11-25 03:09:54 +00:00
ChangeTempo.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ChangeTempo.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ClickRemoval.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ClickRemoval.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Compressor.cpp Reduce minimum Attack/Decay times. 2014-11-20 08:59:51 +00:00
Compressor.h Preliminary changes for wxWidgets 3.0.1 2014-10-06 08:10:50 +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 Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
Echo.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Echo.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Effect.cpp AudioUnits rework... 2014-11-25 08:08:15 +00:00
Effect.h Fixes disappearing focus as reported by David and cleans things up a bit. 2014-11-16 06:52:36 +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 Another round of effects bashing. 2014-11-19 06:58:44 +00:00
EffectManager.h Another round of effects bashing. 2014-11-19 06:58:44 +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 Remove trailing spaces. 2014-06-03 20:30:19 +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 Keep non-interactive effects from going into a recursive loop. 2014-11-20 22:48:07 +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 Remove trailing spaces. 2014-06-03 20:30:19 +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 Keep non-interactive effects from going into a recursive loop. 2014-11-20 22:48:07 +00:00
Leveller.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Leveller.h Apply Gale's patch to correct the spelling of Leveler. 2013-06-26 19:39:06 +00:00
LoadEffects.cpp AudioUnits rework... 2014-11-25 08:08:15 +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 Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
NoiseReduction.cpp Found that the problem was a missing "class" on the friend statements. 2014-11-14 04:18: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 Fix for incorrect attack/decay time by Paul L and remove unused variable. 2014-08-06 02:19:09 +00:00
Normalize.cpp MSVC 2013: Code analysis tool & -> && 2014-10-25 08:25:22 +00:00
Normalize.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Paulstretch.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Paulstretch.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Phaser.cpp remove commented out code 2014-10-25 21:16:00 +00:00
Phaser.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Repair.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Repair.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Repeat.cpp Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
Repeat.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Reverb.cpp Fixed warnings about AUDACITY_DLL_API. 2014-11-11 15:47:48 +00:00
Reverb.h Remove trailing spaces. 2014-06-03 20:30:19 +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 Keep non-interactive effects from going into a recursive loop. 2014-11-20 22:48:07 +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 Make the effect dialogue read "Classic Filters" too. 2014-01-09 14:45:24 +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 Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +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 Locate and position the current Audacity source code, and clear a variety of old junk out of the way into junk-branches 2010-01-23 19:44:49 +00:00
TimeScale.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
TimeScale.h Remove trailing spaces. 2014-06-03 20:30:19 +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 Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
TruncSilence.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
TruncSilence.h Steve's changes to 'Truncate Silence' which compile for me, and the result seems sensible, but I have not done any 'code review' so committing this on trust. Very limited risk, one 'effect'. 2014-03-19 00:50:24 +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 Remove trailing spaces. 2014-06-03 20:30:19 +00:00