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.
ed 27888d3de9 Made Desktop::Displays::getMainDisplay() a little less restrictive 7 years ago
..
juce_analytics Fixed some compiler warnings 7 years ago
juce_audio_basics Fixed an invalid memory read when handling MIDI reset messages 7 years ago
juce_audio_devices Added a couple of workarounds for address sanitiser warnings 7 years ago
juce_audio_formats Replaced some more stray zeros being used as null pointers 7 years ago
juce_audio_plugin_client Windows: Refactored some of the recent DPI-aware VST2 and VST3 plug-in changes 7 years ago
juce_audio_processors Fixed a bug refreshing the parameter list of hosted plug-ins 7 years ago
juce_audio_utils Added class AudioProcessLoadMeasurer, and a new version of the method AudioDeviceManager::getAudioDeviceSetup() 7 years ago
juce_blocks_basics Added a couple of workarounds for address sanitiser warnings 7 years ago
juce_box2d Fix for GCC compiler warning 7 years ago
juce_core Fix for JSON stringification of INF and NaN double values 7 years ago
juce_cryptography Fixed some stray zeros that were still being passed as null pointers 7 years ago
juce_data_structures Fixed an overly restrictive jassert in PropertiesFile 7 years ago
juce_dsp Made the dsp::Oversampling class more customisable 7 years ago
juce_events Fixed some stray zeros that were still being passed as null pointers 7 years ago
juce_graphics Fixed an issue adding two RectangleLists 7 years ago
juce_gui_basics Made Desktop::Displays::getMainDisplay() a little less restrictive 7 years ago
juce_gui_extra Fixed some stray zeros that were still being passed as null pointers 7 years ago
juce_opengl More zero -> nullptr fixes 7 years ago
juce_osc Cleaned up some doc comments 7 years ago
juce_product_unlocking Cleaned up some doc comments 7 years ago
juce_video Removed some debugging output 7 years ago
JUCE Module Format.txt Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set. 8 years ago