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.
hogliux 52825b180b Fix build error with newest AAX SDK 9 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 Fix build error with newest AAX SDK 9 years ago
juce_audio_processors Avoided a race condition when removing i/o nodes from an AudioProcessorGraph 9 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 10 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 support for reading chunked HTTP streams on linux. 9 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 LookAndFeel: added method to specify a custom font for Alert Window title. 9 years ago
juce_gui_basics Minor comment addition 9 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 Fix correct repainting of OpenGLContexts if a non-compositing window manager is used on linux 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