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.
Noah Dayan 98f1998477 Fix enum documentation in juce_MPEInstrument.h 7 years ago
..
juce_analytics Fixed an intermittent test failure 7 years ago
juce_audio_basics Fix enum documentation in juce_MPEInstrument.h 7 years ago
juce_audio_devices Linux: Fixed a MIDI port read/write mixup 7 years ago
juce_audio_formats More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_audio_plugin_client VST3: Fixed a bug setting tail lengths 7 years ago
juce_audio_processors Fixed a bug with some ifdeffed VST3 code in the AudioProcessor definition 7 years ago
juce_audio_utils Minor formatting fixes 7 years ago
juce_blocks_basics Fixed some const violation errors 7 years ago
juce_box2d Bump version number to 5.2.0 7 years ago
juce_core Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 7 years ago
juce_cryptography Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 7 years ago
juce_data_structures Added an initialiser list based ValueTree constructor 7 years ago
juce_dsp Fixed typos in juce_SIMDRegister.h 7 years ago
juce_events Cranked up the Clang warning level in the projucer, and fixed a few minor warnings 7 years ago
juce_graphics Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 7 years ago
juce_gui_basics Added some missing logic to flexbox 7 years ago
juce_gui_extra Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 7 years ago
juce_opengl OpenGL: Revert commits 515f484 and 0a15be7 and calculate scale factor using relative bounds instead 7 years ago
juce_osc Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 7 years ago
juce_product_unlocking More ScopedPointer/unique_ptr compatibility work 7 years ago
juce_video Tidied up some module dependencies 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