1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules
2015-07-21 14:34:51 +01:00
..
juce_audio_basics fixed bug in Synthesiser demo: voice->isVoiceActive() check was at wrong position and failing whenever there was more than one possible type of voice. 2015-06-29 16:53:12 +01:00
juce_audio_devices Fix audio channel allocation issue on ALSA/linux 2015-06-25 09:34:57 +01:00
juce_audio_formats Fix alignment edge cases of cue points in AIFF files 2015-06-25 09:44:17 +01:00
juce_audio_plugin_client Fix build error with newest AAX SDK 2015-07-17 18:13:17 +01:00
juce_audio_processors Avoided a race condition when removing i/o nodes from an AudioProcessorGraph 2015-07-17 13:07:11 +01:00
juce_audio_utils Made MidiKeyboardComponent work better when attached as a mouse listener to child components. 2015-04-22 15:36:52 +01:00
juce_box2d Version number update 2014-12-16 17:21:34 +00:00
juce_browser_plugin_client Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 2015-06-21 18:54:08 +01:00
juce_core Added support for reading chunked HTTP streams on linux. 2015-07-17 12:06:06 +01:00
juce_cryptography Cranked-up the warning level in the introjucer Xcode build, and fixed a few minor warnings. 2015-02-23 09:41:34 +00:00
juce_data_structures Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 2015-06-21 18:54:08 +01:00
juce_events tweaks to avoid user code name clashes with Timer. 2015-05-25 10:05:45 +01:00
juce_graphics Workaround for some compiler warnings in libjpeg code. 2015-07-21 09:17:08 +01:00
juce_gui_basics Added ScrollBar::parentHierarchyChanged() to correctly handle inherited lookAndFeel changes. 2015-07-21 14:34:51 +01:00
juce_gui_extra Changed the way the JUCE_LIVE_CONSTANT singletons are generated, to make it more robust when used in a plugin environment 2015-06-22 16:22:50 +01:00
juce_opengl Fix correct repainting of OpenGLContexts if a non-compositing window manager is used on linux 2015-07-08 17:09:59 +01:00
juce_tracktion_marketplace Fixed an edge-case when dismissing TracktionMarketplaceUnlockForm 2015-04-24 17:49:20 +01:00
juce_video Tidied-up a few stray sign-conversion warnings. 2015-03-15 18:22:19 +00:00