.. |
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
|
Documentation fixes
|
6 years ago |
juce_AudioFormatReader.h
|
Documentation fixes
|
6 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
|
Changes to avoid some clang warnings
|
6 years ago |
juce_AudioFormatWriter.cpp
|
Changes to avoid some clang warnings
|
6 years ago |
juce_AudioFormatWriter.h
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
juce_AudioSubsectionReader.cpp
|
Replaced some more stray zeros being used as null pointers
|
6 years ago |
juce_AudioSubsectionReader.h
|
Changes to avoid some clang warnings
|
6 years ago |
juce_BufferingAudioFormatReader.cpp
|
Fixed a typo in the last commit
|
6 years ago |
juce_BufferingAudioFormatReader.h
|
Changes to avoid some clang warnings
|
6 years ago |
juce_MemoryMappedAudioFormatReader.h
|
Converted some old typedefs to using declarations
|
7 years ago |