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-30 02:50:05 +00:00
Code
Activity
aef3203a28
JUCE
/
extras
/
audio plugins
History
Download ZIP
Download TAR.GZ
Julian Storer
c16f6f17a9
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
..
demo
Updated the new jucer to handle inherited preprocessor defs, and to use them when expanding some of its parameter strings.
2010-10-15 16:26:58 +01:00
wrapper
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
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