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 1b0fb11667 Fixed a compiler warning in the previous commit 8 years ago
..
juce_audio_basics Fixed an issue where ScopedNoDenormals would do nothing on all platforms and added arm implementation 8 years ago
juce_audio_devices Workaround for a VS2013 compile error 8 years ago
juce_audio_formats Bump version number to 5.1.2 8 years ago
juce_audio_plugin_client Fixed a compiler warning in the previous commit 8 years ago
juce_audio_processors Fixed a compiler warning in the previous commit 8 years ago
juce_audio_utils Added optional parameter to specify the size and position of the MIDI bluetooth selector 8 years ago
juce_blocks_basics Littlefoot: Add pitch correction functions 8 years ago
juce_box2d Bump version number to 5.1.2 8 years ago
juce_core Fixed an issue where ScopedNoDenormals would do nothing on all platforms and added arm implementation 8 years ago
juce_cryptography Bump version number to 5.1.2 8 years ago
juce_data_structures Bump version number to 5.1.2 8 years ago
juce_dsp Normalised all the copy/move/assignment constructors for the dsp module IIR and FIR filter classes. These now do NOT reset the filter when they get copied, and they expect that the user-supplied process state class is copyable 8 years ago
juce_events Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes 8 years ago
juce_graphics Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int 8 years ago
juce_gui_basics macOS: Fixed an issue where the CustomCallback of a menu item would not be called if the menu item belongs to a native macOS menu 8 years ago
juce_gui_extra Tidied up some old compiler workarounds 8 years ago
juce_opengl Android: Fixed a rare race-condition in android OpenGL startup which could occur if the OpenGL context is destroyed before it is fully initialised 8 years ago
juce_osc Bump version number to 5.1.2 8 years ago
juce_product_unlocking InAppPurchases: when trying to buy an already purchased item in Play Store, call success callback with “Item already owned” status. 8 years ago
juce_video Bump version number to 5.1.2 8 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