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 55ccb3f1d5 VST3: Check for non-integer scale factors when running in DPI-aware Cubase 10 6 years ago
..
juce_analytics Bump version number to 5.4.1 6 years ago
juce_audio_basics Added an isActive() method to ADSR 6 years ago
juce_audio_devices Cancel any pending async updates in the WASAPIAudioIODevice destructor 6 years ago
juce_audio_formats Updated the sampler synthesiser classes to use the new ADSR class 6 years ago
juce_audio_plugin_client VST3: Check for non-integer scale factors when running in DPI-aware Cubase 10 6 years ago
juce_audio_processors Updated an AudioParameterFloat unit test for the previous commit 6 years ago
juce_audio_utils Fixed a bug in the AudioDeviceSelectorComponent when selecting zero channels 6 years ago
juce_blocks_basics BLOCKS: Fix potential race conditions in Topology 6 years ago
juce_box2d Bump version number to 5.4.1 6 years ago
juce_core Improved the documentation of some methods in juce_Thread.h 6 years ago
juce_cryptography Bump version number to 5.4.1 6 years ago
juce_data_structures Fixed some incorrect documentation in ValueWithDefault and added some unit tests to the class 6 years ago
juce_dsp Replaced all uses of static_cast<Type&&> with std::move 6 years ago
juce_events Replaced all uses of static_cast<Type&&> with std::move 6 years ago
juce_graphics macOS: Fixed an issue rendering memory based fonts 6 years ago
juce_gui_basics Revert previous commit and instead call ComponentHelpers::releaseAllCachedImageResources() from Component::removeFromDesktop() 6 years ago
juce_gui_extra Android: Updated the code in PushNotifications and InAppPurchases to the recent low-level API changes 6 years ago
juce_opengl Windows: Fixed an OpenGL bug in non-DPI aware windows with a global scale factor != 1.0 6 years ago
juce_osc Replaced all uses of static_cast<Type&&> with std::move 6 years ago
juce_product_unlocking Android: Updated the code in PushNotifications and InAppPurchases to the recent low-level API changes 6 years ago
juce_video Whitespace 6 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. 7 years ago