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 d3f76766db Added a flag to FileBrowserComponent to allow it to keep the current name when the folder changes, and used this flag in the introjucer's new project wizard. 10 years ago
..
juce_audio_basics Added a sustain pedal flag to the SynthesiserVoice, and improved the voice-stealing algorithm (again!) 10 years ago
juce_audio_devices Fix some warnings on newer GCC versions on linux 10 years ago
juce_audio_formats Fix for array size in AudioFormatReader when reading files with > 64 channels. 10 years ago
juce_audio_plugin_client Added an ignoreUnused in the AU code. 10 years ago
juce_audio_processors Whitespace fix. 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 comments to clarify that URLs can't be opened on the message thread in Android. 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 Added a flag to FileBrowserComponent to allow it to keep the current name when the folder changes, and used this flag in the introjucer's new project wizard. 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