| .. |
|
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.
|
11 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.
|
11 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.
|
11 years ago |
|
juce_audio_plugin_client
|
Avoiding loops in win32 plugin key handling
|
11 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.
|
11 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.
|
11 years ago |
|
juce_box2d
|
Version number update
|
11 years ago |
|
juce_browser_plugin_client
|
Version number update
|
11 years ago |
|
juce_core
|
Documentation for Range.
|
11 years ago |
|
juce_cryptography
|
Version number update
|
11 years ago |
|
juce_data_structures
|
Documentation clean-up.
|
11 years ago |
|
juce_events
|
Tweak to avoid problems compiling DLL builds.
|
11 years ago |
|
juce_graphics
|
GlyphCache multithreading fix.
|
11 years ago |
|
juce_gui_basics
|
win32 numeric keypad handling fix
|
11 years ago |
|
juce_gui_extra
|
Improved some MemoryBlock comments and gave the class a reset() method.
|
11 years ago |
|
juce_opengl
|
Added support for GLSL v3 in iOS
|
11 years ago |
|
juce_video
|
Version number update
|
11 years ago |