1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules
2014-03-24 19:23:39 +00:00
..
juce_audio_basics Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
juce_audio_devices Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
juce_audio_formats Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
juce_audio_plugin_client Another attempt at fixing win32 plugin key hook loops. 2014-03-24 19:23:39 +00:00
juce_audio_processors Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
juce_audio_utils Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
juce_box2d Version number update 2014-02-28 20:55:06 +00:00
juce_browser_plugin_client Version number update 2014-02-28 20:55:06 +00:00
juce_core Documentation for Range. 2014-03-18 16:08:58 +00:00
juce_cryptography Version number update 2014-02-28 20:55:06 +00:00
juce_data_structures Documentation clean-up. 2014-03-16 21:08:38 +00:00
juce_events Tweak to avoid problems compiling DLL builds. 2014-03-17 10:57:02 +00:00
juce_graphics GlyphCache multithreading fix. 2014-03-20 13:08:27 +00:00
juce_gui_basics Avoided windows being made visible when using toBehind on OSX. 2014-03-24 19:22:16 +00:00
juce_gui_extra Improved some MemoryBlock comments and gave the class a reset() method. 2014-03-14 10:15:35 +00:00
juce_opengl Added support for GLSL v3 in iOS 2014-03-22 15:16:19 +00:00
juce_video Version number update 2014-02-28 20:55:06 +00:00