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 ce33b4aea1 Projucer: Add a setting to configure the number of MIDI inputs and outputs for VST plug-ins 7 years ago
..
juce_analytics Enabled some more warning flags in Xcode, and fixed the problems they caused 7 years ago
juce_audio_basics Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'. 7 years ago
juce_audio_devices Changes to avoid some clang warnings 7 years ago
juce_audio_formats Changes to avoid some clang warnings 7 years ago
juce_audio_plugin_client Projucer: Add a setting to configure the number of MIDI inputs and outputs for VST plug-ins 7 years ago
juce_audio_processors APVTS: Don't call setNewState() when a parameter has been removed from the state 7 years ago
juce_audio_utils Changes to avoid some clang warnings 7 years ago
juce_blocks_basics BLOCKS: Remove dependency on juce_gui_basics 7 years ago
juce_box2d Bump version number to 5.4.1 7 years ago
juce_core Remove empty strings when creating an ArgumentList so they are not treated as a separate argument 7 years ago
juce_cryptography Bump version number to 5.4.1 7 years ago
juce_data_structures Got rid of some methods which had inexplicably ended up marked both 'virtual' and 'override'. 7 years ago
juce_dsp Replaced all uses of static_cast<Type&&> with std::move 7 years ago
juce_events Windows: Fix a compile error when JUCE_DLL_BUILD=1 7 years ago
juce_graphics Enabled some more warning flags in Xcode, and fixed the problems they caused 7 years ago
juce_gui_basics Windows: Call OleUninitialize() after DoDragDrop() returns to fix a hang in some cases 7 years ago
juce_gui_extra Linux: Removed an unused variable in the WebBrowserComponent implementation 7 years ago
juce_opengl VST: Add juce_shouldDoubleScaleNativeGLWindow() method to ensure that OpenGL plug-ins running in hiDPI Cubase 10 on Windows are correctly scaled 7 years ago
juce_osc Increased the OSC message buffer size in OSCReceiver 7 years ago
juce_product_unlocking Replaced some clumsy buffer handling code in the TracktionMarketplaceStatus class 7 years ago
juce_video Whitespace 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