The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules fa21d2ac02 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
..
flac Whitespace cleanups. 11 years ago
oggvorbis Avoided some pedantic GCC warnings. 11 years ago
juce_AiffAudioFormat.cpp Removed a few more uses of String::empty. 11 years ago
juce_AiffAudioFormat.h Misc tidying-up. 12 years ago
juce_CoreAudioFormat.cpp Tidied up some docs and added an AudioFormat constructor. 11 years ago
juce_CoreAudioFormat.h Added key signature detection to CoreAudioFormat. 11 years ago
juce_FlacAudioFormat.cpp 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_FlacAudioFormat.h Misc tidying-up. 12 years ago
juce_LAMEEncoderAudioFormat.cpp Couple of minor warning fixes. 11 years ago
juce_LAMEEncoderAudioFormat.h Misc minor cleanups and comment fixes. 11 years ago
juce_MP3AudioFormat.cpp Added some assertions to the MP3 decoder to flag up an unsupported encoding type. 11 years ago
juce_MP3AudioFormat.h Misc tidying-up. 12 years ago
juce_OggVorbisAudioFormat.cpp 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_OggVorbisAudioFormat.h Misc tidying-up. 12 years ago
juce_QuickTimeAudioFormat.cpp Tidied up some docs and added an AudioFormat constructor. 11 years ago
juce_QuickTimeAudioFormat.h Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
juce_WavAudioFormat.cpp Added a couple of channel formats to WavAudioFormat 11 years ago
juce_WavAudioFormat.h Added support for reading/writing an ISRC code in a WAV file's AXML chunk. 11 years ago
juce_WindowsMediaAudioFormat.cpp Made WindowsMediaAudioFormat::isCompressed() return true. 11 years ago
juce_WindowsMediaAudioFormat.h Made WindowsMediaAudioFormat::isCompressed() return true. 11 years ago