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.
ed 4b92a04e27 Fixed a couple of narrowing cast bugs in AudioFormatReaders 6 years ago
..
juce_AudioFormat.cpp Made the AudioFormat::getFileExtensions() method virtual and modernised some internal code in AudioFormatManager 7 years ago
juce_AudioFormat.h Add documentation tags 7 years ago
juce_AudioFormatManager.cpp Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
juce_AudioFormatManager.h Add documentation tags 7 years ago
juce_AudioFormatReader.cpp Fixed a couple of narrowing cast bugs in AudioFormatReaders 6 years ago
juce_AudioFormatReader.h Converted some old typedefs to using declarations 7 years ago
juce_AudioFormatReaderSource.cpp Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 7 years ago
juce_AudioFormatReaderSource.h Updated old code where the 'volatile' keyword was still being used 7 years ago
juce_AudioFormatWriter.cpp Replaced some more stray zeros being used as null pointers 6 years ago
juce_AudioFormatWriter.h Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
juce_AudioSubsectionReader.cpp Replaced some more stray zeros being used as null pointers 6 years ago
juce_AudioSubsectionReader.h Add documentation tags 7 years ago
juce_BufferingAudioFormatReader.cpp Fixed a typo in the last commit 6 years ago
juce_BufferingAudioFormatReader.h More use of atomics to avoid asan warnings 6 years ago
juce_MemoryMappedAudioFormatReader.h Converted some old typedefs to using declarations 7 years ago