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.
Tom Poole 963e307ef8 Linux: Fixed some potential deadlocks using OpenGL 7 years ago
..
juce_analytics Fixed some compiler warnings 7 years ago
juce_audio_basics Multiple spelling fixes 7 years ago
juce_audio_devices iOS: Fixed a bug registering external hardware input channels on app startup 7 years ago
juce_audio_formats Multiple spelling fixes 7 years ago
juce_audio_plugin_client Added an AudioProcessorPlayer::setMidiOutput() method for forwarding MIDI messages from the AudioProcessor and updated the standalone plugin holder to use this 7 years ago
juce_audio_processors Removed some redundant code in AudioProcessorGraph 7 years ago
juce_audio_utils Added an AudioProcessorPlayer::setMidiOutput() method for forwarding MIDI messages from the AudioProcessor and updated the standalone plugin holder to use this 7 years ago
juce_blocks_basics Multiple spelling fixes 7 years ago
juce_box2d Fixed some gcc 8 compiler warnings 7 years ago
juce_core Fixed a leak in JUCE's std::function compatibility implementation 7 years ago
juce_cryptography Multiple spelling fixes 7 years ago
juce_data_structures Added assertions to Array to catch situations where a reference to a member is passed into an add() method. Also changed the form of StringArray method params to avoid this problem. 7 years ago
juce_dsp Multiple spelling fixes 7 years ago
juce_events Fixed a couple of typos 7 years ago
juce_graphics Allowed different text justifications in drawMultiLineText 7 years ago
juce_gui_basics Linux: Fixed a DragAndDrop issue between different containers 7 years ago
juce_gui_extra Multiple spelling fixes 7 years ago
juce_opengl Linux: Fixed some potential deadlocks using OpenGL 7 years ago
juce_osc Fixed some gcc 8 compiler warnings 7 years ago
juce_product_unlocking Multiple spelling fixes 7 years ago
juce_video Add support for DPI aware applications on Windows 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