1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00
JUCE/extras/audio plugins/wrapper
2010-02-09 20:06:02 +00:00
..
AU Added a flag to the AU resource headers. 2010-02-09 20:06:02 +00:00
RTAS Tidied up some compiler warnings in the plugin wrapper code. 2010-01-21 19:35:00 +00:00
Standalone Changed the ComponentBoundsConstrainer to use Rectangles in its method parameters. Fixed some window repositioning problems with multiple monitors. 2010-02-09 18:39:52 +00:00
VST New class: NamedValueSet, which is a simple container for named var objects. Removed the clunky get/setComponentProperty methods and replaced them a single method Component::getProperties(), which returns a NamedValueSet for that component - if you've used component properties in your code you might need to change your syntax, but this is a cleaner solution, and using var objects for the data is more powerful than the old, string-based implementation. Also fixed a Mac image rendering bug. 2010-01-29 10:31:12 +00:00
juce_IncludeCharacteristics.h Added a new AU config flag for plugins, to let you choose the obj-C classname that some hosts seem to be stupidly displaying to the user. Also added a couple of minor fixes and new documentation. 2009-11-20 19:18:37 +00: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 Cleaned up some namespace issues, and tweaked the plugin host demo to avoid namespace clashes with juce plugins 2009-12-01 13:16:55 +00:00