audacia/src
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
..
blockfile From: martin@steghoefer.eu [PATCHES 02-15 of 15] Fix runtime problem with wxWidgets 3.0: 2014-11-08 16:42:34 +00:00
commands Re-adding localized menu labels for effects 2014-12-15 21:54:23 +00:00
effects Fixes 2 VST issues, an RTP issue, and relaxes an AU restriction 2015-01-02 05:24:43 +00:00
export Fix for bug #763 - double delete 2014-12-06 19:20:30 +00:00
import Updated to build with later compiler versions 2014-11-14 15:59:47 +00:00
ondemand From: martin@steghoefer.eu [PATCHES 02-15 of 15] Fix runtime problem with wxWidgets 3.0: 2014-11-08 16:42:34 +00:00
prefs Fix effect grouping default for Linux 2014-12-14 16:02:41 +00:00
toolbars Persist meter state across toolbar resets and fix clipping indicator 2015-01-01 23:29:08 +00:00
widgets Persist meter state across toolbar resets and fix clipping indicator 2015-01-01 23:29:08 +00:00
xml From: martin@steghoefer.eu [PATCHES 02-15 of 15] Fix runtime problem with wxWidgets 3.0: 2014-11-08 16:42:34 +00:00
AColor.cpp Frequency selected part of spectrum is now yellowish. Was too dark previously. 2014-11-17 19:39:20 +00:00
AColor.h Draw dotted lines on frequency selection. 2014-10-22 21:06:15 +00:00
AboutDialog.cpp Added two new names to Contributors. 2014-10-18 14:29:50 +00:00
AboutDialog.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
AllThemeResources.h Fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=643 "Residual consistency issues with SHIFT showing Loop Play button icon" by Paul Licameli. 2014-11-29 17:22:05 +00:00
Audacity.h Make it official that the next release will be 2.1.0. 2014-11-20 21:49:04 +00:00
AudacityApp.cpp Guess I was too lazy to test build on OSX... :-( 2014-12-05 16:12:35 +00:00
AudacityApp.h Fixes bug #202 based on patch by Tobias Platen 2014-12-05 02:03:15 +00:00
AudacityHeaders.cpp 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
AudacityHeaders.h The fabled realtime effects... 2014-10-26 03:24:10 +00:00
AudacityLogger.cpp Fixed some memory leaks. 2014-10-24 16:52:17 +00:00
AudacityLogger.h Missed a couple of new files in r12712 2013-10-23 18:08:12 +00:00
AudioIO.cpp Fixes 2 VST issues, an RTP issue, and relaxes an AU restriction 2015-01-02 05:24:43 +00:00
AudioIO.h Replaces enable/disable images and a few other changes 2014-12-20 00:13:33 +00:00
AudioIOListener.h Missing file now added. Sorry! 2014-11-29 23:37:45 +00:00
AutoRecovery.cpp Gale's patch for Bug 714 - Automatic Crash Recovery: more intuitive wording 2014-08-01 20:06:55 +00:00
AutoRecovery.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
BatchCommandDialog.cpp Another round of effects bashing. 2014-11-19 06:58:44 +00:00
BatchCommandDialog.h Remove the 2013-09-24 00:14:37 +00:00
BatchCommands.cpp Another round of effects bashing. 2014-11-19 06:58:44 +00:00
BatchCommands.h The fabled realtime effects... 2014-10-26 03:24:10 +00:00
BatchProcessDialog.cpp The fabled realtime effects... 2014-10-26 03:24:10 +00:00
BatchProcessDialog.h Resolves bug #618. 2013-03-10 09:05:41 +00:00
Benchmark.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
Benchmark.h Remove the 2013-09-24 00:14:37 +00:00
BlockFile.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
BlockFile.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
CaptureEvents.cpp Added <wx/version.h> so that the wxCHECK_VERSION will work. 2014-10-18 19:18:35 +00:00
CaptureEvents.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
CrossFade.cpp Delete a quantity of unused variables, based on a patch supplied by Campbell Barton 2013-09-12 16:48:55 +00:00
CrossFade.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Dependencies.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Dependencies.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
DeviceChange.cpp Add new files...should have been part of r13697 2014-12-06 05:16:02 +00:00
DeviceChange.h Add new files...should have been part of r13697 2014-12-06 05:16:02 +00:00
DeviceManager.cpp Applying patch from bug #766 2014-12-06 05:05:21 +00:00
DeviceManager.h Possible fix for bug #435 2014-12-06 04:11:31 +00:00
DirManager.cpp From: martin@steghoefer.eu [PATCHES 02-15 of 15] Fix runtime problem with wxWidgets 3.0: 2014-11-08 16:42:34 +00:00
DirManager.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Dither.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Dither.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Envelope.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Envelope.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Experimental.h Experimental Nyquist time/date property (idefed out). 2014-12-25 18:22:59 +00:00
FFT.cpp Remove the 2013-09-24 00:14:37 +00:00
FFT.h Remove the 2013-09-24 00:14:37 +00:00
FFmpeg.cpp Partial fix for bug #807 2014-12-28 10:12:43 +00:00
FFmpeg.h Commit Steve's patch for Bug 728 2014-10-02 21:34:01 +00:00
FileFormats.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
FileFormats.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
FileIO.cpp Getting rid of some warnings...mostly unused parms 2014-12-15 21:51:02 +00:00
FileIO.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
FileNames.cpp Separate plugin registry from plugin settings 2014-12-17 00:52:37 +00:00
FileNames.h Separate plugin registry from plugin settings 2014-12-17 00:52:37 +00:00
FreqWindow.cpp Spectral Editing: Using subroutines to shorten code, and more comments in the code. 2014-10-18 16:01:50 +00:00
FreqWindow.h Paul Licameli's Spectral Editing Patch. 2014-10-18 14:19:38 +00:00
HelpText.cpp 'Manual' with capital M when referring to OUR Manual. 2014-10-11 12:04:44 +00:00
HelpText.h Remove the 2013-09-24 00:14:37 +00:00
HistoryWindow.cpp The fabled realtime effects... 2014-10-26 03:24:10 +00:00
HistoryWindow.h Remove the 2013-09-24 00:14:37 +00:00
ImageManipulation.cpp Getting rid of some warnings...mostly unused parms 2014-12-15 21:51:02 +00:00
ImageManipulation.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Internat.cpp Applying patch from bug #766 2014-12-06 05:05:21 +00:00
Internat.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
InterpolateAudio.cpp Remove the 2013-09-24 00:14:37 +00:00
InterpolateAudio.h Remove the 2013-09-24 00:14:37 +00:00
LabelDialog.cpp Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
LabelDialog.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
LabelTrack.cpp Fix for bug #786 2014-12-04 08:01:58 +00:00
LabelTrack.h 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
LangChoice.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
LangChoice.h Remove the 2013-09-24 00:14:37 +00:00
Languages.cpp Added new Armenian translation by Aram Vardanyan to Windows and Linux builds. Still needs to be added to the Mac project file. 2014-11-22 16:59:02 +00:00
Languages.h Remove the 2013-09-24 00:14:37 +00:00
Legacy.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Legacy.h Remove the 2013-09-24 00:14:37 +00:00
LoadModules.cpp The fabled realtime effects... 2014-10-26 03:24:10 +00:00
LoadModules.h The fabled realtime effects... 2014-10-26 03:24:10 +00:00
Lyrics.cpp Preliminary changes for wxWidgets 3.0.1 2014-10-06 08:10:50 +00:00
Lyrics.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
LyricsWindow.cpp Fixed some memory leaks. 2014-10-24 16:52:17 +00:00
LyricsWindow.h Remove EXPERIMENTAL_LYRICS_WINDOW and EXPERIMENTAL_MIXER_BOARD. They've been in every beta for almost a year, so they're no longer experimental. 2010-07-21 04:53:38 +00:00
MacroMagic.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Makefile.am Possible fix for bug #435 2014-12-06 04:11:31 +00:00
Makefile.in Possible fix for bug #435 2014-12-06 04:11:31 +00:00
Matrix.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Matrix.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Menus.cpp Committing Paul's spectral nagivation commands patch 2014-12-22 08:03:41 +00:00
Menus.h Committing Paul's spectral nagivation commands patch 2014-12-22 08:03:41 +00:00
Mix.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Mix.h Inadvertently checked in changes to IS_ALPHA and Restart. Rolled these back. 2014-06-13 17:10:18 +00:00
MixerBoard.cpp Attempt #2 at taming the meter toolbars 2014-12-19 16:38:56 +00:00
MixerBoard.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ModuleManager.cpp Getting rid of some warnings...mostly unused parms 2014-12-15 21:51:02 +00:00
ModuleManager.h Another round of effects bashing. 2014-11-19 06:58:44 +00:00
NoteTrack.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
NoteTrack.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
PitchName.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
PitchName.h Preliminary changes for wxWidgets 3.0.1 2014-10-06 08:10:50 +00:00
PlatformCompatibility.cpp Preliminary changes for wxWidgets 3.0.1 2014-10-06 08:10:50 +00:00
PlatformCompatibility.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
PluginManager.cpp Separate plugin registry from plugin settings 2014-12-17 00:52:37 +00:00
PluginManager.h Separate plugin registry from plugin settings 2014-12-17 00:52:37 +00:00
Prefs.cpp Use existing meter toolbar values when upgrading to 2.1.0+ 2014-12-28 19:19:29 +00:00
Prefs.h Remove the 2013-09-24 00:14:37 +00:00
Printing.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
Printing.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
Profiler.cpp Additional changes for wx3 2014-10-16 16:18:04 +00:00
Profiler.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Project.cpp Make sure display refreshes after audio I/O stops 2014-12-29 22:28:32 +00:00
Project.h Fix build on Linux and Mac 2014-12-17 19:31:58 +00:00
RealFFTf.cpp Andrew Hallendorff's multithreaded Equalization effect. 2014-10-09 21:52:19 +00:00
RealFFTf.h Andrew Hallendorff's SSE accelerated Equalization. 2014-01-16 17:55:35 +00:00
RealFFTf48x.cpp Andrew Hallendorff's multithreaded Equalization effect. 2014-10-09 21:52:19 +00:00
RealFFTf48x.h Andrew Hallendorff's multithreaded Equalization effect. 2014-10-09 21:52:19 +00:00
Resample.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Resample.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
RingBuffer.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
RingBuffer.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
SampleFormat.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
SampleFormat.h The fabled realtime effects... 2014-10-26 03:24:10 +00:00
Screenshot.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Screenshot.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
SelectedRegion.h Paul Licameli's Spectral Editing Patch. 2014-10-18 14:19:38 +00:00
Sequence.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
Sequence.h The fabled realtime effects... 2014-10-26 03:24:10 +00:00
Shuttle.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
Shuttle.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ShuttleGui.cpp Changes to the Effect dialog based on QA suggestions 2014-12-02 08:55:02 +00:00
ShuttleGui.h Changes to the Effect dialog based on QA suggestions 2014-12-02 08:55:02 +00:00
ShuttlePrefs.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ShuttlePrefs.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Snap.cpp Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
Snap.h Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
SoundActivatedRecord.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
SoundActivatedRecord.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
Spectrum.cpp remove an unused and fairly suspect function, and some old comment junk 2013-09-21 19:37:36 +00:00
Spectrum.h Remove the 2013-09-24 00:14:37 +00:00
SplashDialog.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
SplashDialog.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
SseMathFuncs.cpp Andrew Hallendorff's multithreaded Equalization effect. 2014-10-09 21:52:19 +00:00
SseMathFuncs.h Andrew Hallendorff's multithreaded Equalization effect. 2014-10-09 21:52:19 +00:00
Tags.cpp Preliminary changes for wxWidgets 3.0.1 2014-10-06 08:10:50 +00:00
Tags.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
Theme.cpp Fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=643 "Residual consistency issues with SHIFT showing Loop Play button icon" by Paul Licameli. 2014-11-29 17:22:05 +00:00
Theme.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
ThemeAsCeeCode.h Fix for http://bugzilla.audacityteam.org/show_bug.cgi?id=643 "Residual consistency issues with SHIFT showing Loop Play button icon" by Paul Licameli. 2014-11-29 17:22:05 +00:00
TimeDialog.cpp Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
TimeDialog.h Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
TimeTrack.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
TimeTrack.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
TimerRecordDialog.cpp Per discussions with Peter Sampson, at the end of successful Timer Record, save the project. 2014-11-25 04:11:46 +00:00
TimerRecordDialog.h Frequency Selection toolbar from Paul Licameli. 2014-11-08 15:18:43 +00:00
Track.cpp Fixed some warnings. 2014-10-09 22:12:51 +00:00
Track.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
TrackArtist.cpp Bug 793. Fixes track name not showing in single right channel track. 2014-12-10 16:26:47 +00:00
TrackArtist.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
TrackPanel.cpp Make sure display refreshes after audio I/O stops 2014-12-29 22:28:32 +00:00
TrackPanel.h Committing Paul's spectral nagivation commands patch 2014-12-22 08:03:41 +00:00
TrackPanelAx.cpp Getting rid of some warnings...mostly unused parms 2014-12-15 21:51:02 +00:00
TrackPanelAx.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
TrackPanelListener.h New header files that I missed out from the previous commit (Spectral editing) 2014-10-18 14:25:44 +00:00
UndoManager.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
UndoManager.h 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
ViewInfo.h 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
VoiceKey.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
VoiceKey.h Campbell Barton's patch to turn many, many tabs to our 3-space convenbtion 2013-02-20 23:42:58 +00:00
WaveClip.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
WaveClip.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
WaveTrack.cpp Make sure the envelope buffer is completely set 2014-12-22 05:03:08 +00:00
WaveTrack.h A couple of refinements to Nyquist v4 plug-in property lists. 2014-11-20 15:48:25 +00:00
WrappedType.cpp Remove trailing spaces. 2014-06-03 20:30:19 +00:00
WrappedType.h Remove trailing spaces. 2014-06-03 20:30:19 +00:00
audacity.desktop.in Benjamin Drung's patch 6 (http://bugzilla.audacityteam.org/attachment.cgi?id=310) for http://bugzilla.audacityteam.org/show_bug.cgi?id=483 2012-08-20 03:50:19 +00:00
audacity.xml 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
configtemplate.h Possible fix for bug #435 2014-12-06 04:11:31 +00:00
float_cast.h Fix release build when using VS2013. 2014-10-07 04:18:22 +00:00