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 ca0dce68d5 Added methods to SystemStats to return the user's name. 15 years ago
..
amalgamator Modernised some old bits of code. 16 years ago
audio plugin host Updated the AudioPluginHost app. 15 years ago
audio plugins Updated the AudioPluginHost app. 15 years ago
binarybuilder Changed all uses of OwnedArray<File> to be Array<File> instead, which is a bit more efficient and easier to work with. Optimised the software renderer to improve most drawing operations, particularly simple shapes filling like drawing lines, etc. 15 years ago
browser plugins Tidied up some compiler warnings in the plugin wrapper code. 16 years ago
example projects fix for a mac file bug introduced in the last check-in.. 16 years ago
juce demo Added methods to SystemStats to return the user's name. 15 years ago
prebuilt Checked in some new binaries for the juce demo 16 years ago
the jucer 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. 15 years ago