| .. |
|
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.
|
12 years ago |
|
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.
|
12 years ago |
|
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.
|
12 years ago |
|
juce_audio_plugin_client
|
Another attempt at fixing win32 plugin key hook loops.
|
12 years ago |
|
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.
|
12 years ago |
|
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.
|
12 years ago |
|
juce_box2d
|
Version number update
|
12 years ago |
|
juce_browser_plugin_client
|
Version number update
|
12 years ago |
|
juce_core
|
Documentation for Range.
|
12 years ago |
|
juce_cryptography
|
Version number update
|
12 years ago |
|
juce_data_structures
|
Documentation clean-up.
|
12 years ago |
|
juce_events
|
Tweak to avoid problems compiling DLL builds.
|
12 years ago |
|
juce_graphics
|
GlyphCache multithreading fix.
|
12 years ago |
|
juce_gui_basics
|
Avoided windows being made visible when using toBehind on OSX.
|
12 years ago |
|
juce_gui_extra
|
Improved some MemoryBlock comments and gave the class a reset() method.
|
12 years ago |
|
juce_opengl
|
Added support for GLSL v3 in iOS
|
12 years ago |
|
juce_video
|
Version number update
|
12 years ago |