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.
dimitriroli 80224cafae Make setPlayHead in AudioProcessorGraph thread safe 8 years ago
..
juce_analytics Fixed an intermittent test failure 8 years ago
juce_audio_basics Added some move constructors for MidiFile, and tidied-up its internals a bit 8 years ago
juce_audio_devices Linux: Fixed a MIDI port read/write mixup 8 years ago
juce_audio_formats More ScopedPointer/unique_ptr compatibility work 8 years ago
juce_audio_plugin_client AUv3: Improved the host-provided parameter views 8 years ago
juce_audio_processors Make setPlayHead in AudioProcessorGraph thread safe 8 years ago
juce_audio_utils Minor formatting fixes 8 years ago
juce_blocks_basics Added documentation to enums in the Blocks module 8 years ago
juce_box2d Bump version number to 5.2.0 8 years ago
juce_core Re-saved all projects. 8 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 8 years ago
juce_data_structures Added an initialiser list based ValueTree constructor 8 years ago
juce_dsp Added an AudioBlock::multiply() overload for LinearSmoothedValue 8 years ago
juce_events Android: do quit the app when calling JUCEApplicationBase::quit(), rather than just placing it in the background (same as on iOS). 8 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! 8 years ago
juce_gui_basics Windows: Remove an old check that occurred when a WM_NCPAINT message was received and always call handlePaintMessage() instead 8 years ago
juce_gui_extra Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes 8 years ago
juce_opengl OpenGL: Revert commits 515f484 and 0a15be7 and calculate scale factor using relative bounds instead 8 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 8 years ago
juce_product_unlocking More ScopedPointer/unique_ptr compatibility work 8 years ago
juce_video Tidied up some module dependencies 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