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 82073da570 Made the dsp::Filter copy constructor reset the state. Also added a couple of missing move constructors to that class 8 years ago
..
juce_audio_basics Fixed an edge-case error in the LaGrange and Catmull-Rom interpolators when the ratio changes to exactly 1.0 8 years ago
juce_audio_devices Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes 8 years ago
juce_audio_formats Bump version number to 5.1.2 8 years ago
juce_audio_plugin_client Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int 8 years ago
juce_audio_processors Changed the way isPositiveAndBelow is written to avoid needing to cast the second parameter to an int 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 macOS: Fixed a memory leak of native mac menu items 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 Made the dsp::Filter copy constructor reset the state. Also added a couple of missing move constructors to that class 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