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 a4526eae3f Avoided a couple of warnings about missing override specifiers. 10 years ago
..
juce_audio_basics fixed bug in Synthesiser demo: voice->isVoiceActive() check was at wrong position and failing whenever there was more than one possible type of voice. 10 years ago
juce_audio_devices Fix audio channel allocation issue on ALSA/linux 10 years ago
juce_audio_formats Fix alignment edge cases of cue points in AIFF files 10 years ago
juce_audio_plugin_client Added an ignoreUnused in the AU code. 10 years ago
juce_audio_processors Fix for AudioProcessorGraph::setPlayHead() 10 years ago
juce_audio_utils Made MidiKeyboardComponent work better when attached as a mouse listener to child components. 10 years ago
juce_box2d Version number update 11 years ago
juce_browser_plugin_client Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 10 years ago
juce_core Added methods degreesToRadians and radiansToDegrees 10 years ago
juce_cryptography Cranked-up the warning level in the introjucer Xcode build, and fixed a few minor warnings. 10 years ago
juce_data_structures Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 10 years ago
juce_events tweaks to avoid user code name clashes with Timer. 10 years ago
juce_graphics Added a couple of methods to Rectangle to return its limits as Range objects. 10 years ago
juce_gui_basics Avoided a couple of warnings about missing override specifiers. 10 years ago
juce_gui_extra Changed the way the JUCE_LIVE_CONSTANT singletons are generated, to make it more robust when used in a plugin environment 10 years ago
juce_opengl Implement proper android scaling support 10 years ago
juce_tracktion_marketplace Fixed an edge-case when dismissing TracktionMarketplaceUnlockForm 10 years ago
juce_video Tidied-up a few stray sign-conversion warnings. 10 years ago