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.
jules 3c8fbc0bfe MSVC UTF-32 build fix. 11 years ago
..
juce_audio_basics Fixed a problem with 64-bit FloatVectorOperations min/max range. 11 years ago
juce_audio_devices Added a method AudioIODevice::setGainPreprocessingEnabled() to allow disabling of mic AGC on iOS and Android devices. 11 years ago
juce_audio_formats Minor clean-ups 11 years ago
juce_audio_plugin_client Added a method AudioProcessor::isParameterInverted(), and support for this in AAX/RTAS 11 years ago
juce_audio_processors Added a method AudioProcessor::isParameterInverted(), and support for this in AAX/RTAS 11 years ago
juce_audio_utils Clarified some badly-defined behaviour in AudioDeviceManager: if a midi callback is added with an empty-string as its target midi input device, it now gets sent incoming events from *all* devices, not just the "default" device (which was never properly defined) 11 years ago
juce_box2d Version number update 12 years ago
juce_browser_plugin_client Version number update 12 years ago
juce_core MSVC UTF-32 build fix. 11 years ago
juce_cryptography Added some tips for replicating RSAKey in PHP/Java. 11 years ago
juce_data_structures Refactored the StringPool and Identifier classes to store the identifiers as Strings, so that they can be shared with other classes like XmlElement without creating temporary or copied String objects. Also added garbage collection for the pooled strings, and changed XmlElement to pool all of the strings it uses, to reduce memory footprint in large XML trees with many identical names. Also refactored NamedValueSet to use an array instead of a linked list. 11 years ago
juce_events Tweaked the ScopedJuceInitialiser_GUI to use reference-counting internally, and used it to replace/simplify some similar objects in the plugin wrapper classes. 11 years ago
juce_graphics Added a version of Path::addEllipse that takes a Rectangle 11 years ago
juce_gui_basics (Reverted a couple of mistaken changes from an earlier commit) 11 years ago
juce_gui_extra Added juce namespace to the JUCE_LIVE_CONSTANT macro 11 years ago
juce_opengl Fixes for building on iOS 6 SDK 11 years ago
juce_video Version number update 12 years ago