1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_formats
2014-07-13 19:42:44 +01:00
..
codecs Fix for padding in wav file writer. 2014-07-06 11:57:37 +01:00
format Tightened up a few places where numeric conversion warnings could happen. 2014-07-10 18:57:24 +01:00
sampler 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.cpp Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_audio_formats.h Cleared-out the last batch of unnecessary includes. 2013-08-29 12:44:00 +01:00
juce_audio_formats.mm Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
juce_module_info Version number update 2014-07-13 19:42:44 +01:00