1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00
JUCE/extras
2010-01-08 09:27:40 +00:00
..
amalgamator fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
audio plugin host 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
audio plugins Fixed a typo in VST wrapper class. 2010-01-08 09:27:40 +00:00
binarybuilder fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
browser plugins New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase. 2010-01-02 14:55:44 +00:00
example projects fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
juce demo New class: Value, which provides a way to share variants and listen for changes to them. Adapted Slider to use Value objects for its position, and changed the widgets demo to show how they can be easily tied together. Updated the VST speaker arrangement code. 2010-01-07 17:54:51 +00:00
prebuilt Checked in some new binaries for the juce demo 2009-09-19 14:27:46 +01:00
the jucer Added a colour ID for TextButton text when the button is toggled on. Improved the class hierarchy implementation of some container classes. Made DSound cope better with dropped buffers. 2009-12-18 16:37:46 +00:00