1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00
JUCE/extras/audio plugins/wrapper
2010-11-01 17:51:09 +00:00
..
AU The Component class no longer derives from MessageListener - this was adding a lot of overhead to each component construction/destruction, and was rarely providing any benefit. You can add it as a base class yourself if you need it. Component::isValidComponent() has now been removed - it was never 100% reliable and its job can be done better using Component::SafePointer to watch for deletions. Also minor fixes to AudioDeviceManager and Midi sysex parsing. 2010-11-01 17:51:09 +00:00
RTAS Added a couple of useful constructors to some stream classes. Replaced some old static functions with anonymous namespaces. 2010-10-26 16:46:19 +01:00
Standalone Minor code clean-ups. 2010-08-09 21:47:08 +01:00
VST Fixes for ComponentBoundsConstrainer, linux VSTs, and firefox NPAPI. 2010-10-28 17:53:52 +01:00
juce_IncludeCharacteristics.h Added the AudioData class, which contains a range of templated structrures for manipulating different sample type primitives. This will replace the old AudioDataConverters class, and I've refactored a lot of the audio devices and formats to use the new classes. 2010-09-27 15:56:54 +01:00
juce_PluginHeaders.h Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00:00
juce_PluginHostType.h Fixes for ZipFile, QuickTimeAudioFormat. 2010-10-02 17:10:06 +01:00