The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Storer 18ffeba9da Added Value support to the Button's toggle state and TextEditor content. Refactored the atomic operation functions to live inside a class called Atomic, and the byte order functions into a class called ByteOrder. 16 years ago
..
amalgamator fix for a mac file bug introduced in the last check-in.. 16 years ago
audio plugin host Cleaned up some namespace issues, and tweaked the plugin host demo to avoid namespace clashes with juce plugins 16 years ago
audio plugins Fixed a typo in VST wrapper class. 16 years ago
binarybuilder fix for a mac file bug introduced in the last check-in.. 16 years ago
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. 16 years ago
example projects fix for a mac file bug introduced in the last check-in.. 16 years ago
juce demo Added Value support to the Button's toggle state and TextEditor content. Refactored the atomic operation functions to live inside a class called Atomic, and the byte order functions into a class called ByteOrder. 16 years ago
prebuilt Checked in some new binaries for the juce demo 16 years ago
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. 16 years ago