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 87a7086e2b Tidied up some compiler warnings in the plugin wrapper code. 15 years ago
..
amalgamator Modernised some old bits of code. 15 years ago
audio plugin host Cleaned up some namespace issues, and tweaked the plugin host demo to avoid namespace clashes with juce plugins 15 years ago
audio plugins Tidied up some compiler warnings in the plugin wrapper code. 15 years ago
binarybuilder Modernised some old bits of code. 15 years ago
browser plugins Tidied up some compiler warnings in the plugin wrapper code. 15 years ago
example projects fix for a mac file bug introduced in the last check-in.. 15 years ago
juce demo Added Value support to Labels and ComboBoxes. Altered all the PropertyComponent classes so that as well as being used as abstract base classes, they can now also be instantiated directly as controllers for a Value. This allows property panels to be built to control a set of Value objects without writing any custom classes. 15 years ago
prebuilt Checked in some new binaries for the juce demo 15 years ago
the jucer Changed some 'int's to 'size_t's, to improve 64-bit compatibility. Also changed jmin and jmax to use templates, so they can take any type. These changes might mean that you'll need to add some more explicit casts to get your existing code to compile, but this is actually a good thing - it brought to light a few dodgy implicit casts in my code, and may do the same in yours. Also added a function roundToInt(), which replaces roundDoubleToInt() and roundFloatToInt(), but takes any size of floating point number (I've left the old roundDoubleToInt() and roundFloatToInt() functions there for convenience, but will probably remove them in the future). 15 years ago