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 0abb313d40 Tarted up the amalgamator, and made it replace spaces with tabs to reduce file size. 16 years ago
..
amalgamator Tarted up the amalgamator, and made it replace spaces with tabs to reduce file size. 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 Removed the (rather pointless) granularity value from the array objects. Converted a few macros into functions and other misc code clean-ups. 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