This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-01-28 02:30:05 +00:00
Code
Activity
0d024b3306
JUCE
/
extras
/
audio plugins
History
Download ZIP
Download TAR.GZ
Julian Storer
9841221898
Updated the AudioPluginHost app.
2010-02-05 16:58:26 +00:00
..
demo
Updated the AudioPluginHost app.
2010-02-05 16:58:26 +00:00
wrapper
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
How to use this framework.txt
Fixes for viewports, flac seeking, plugin hosting of carbon UIs, and activeX control embedding.
2009-09-28 16:38:34 +01:00