.. |
juce_AudioFormat.cpp
|
Made the AudioFormat::getFileExtensions() method virtual and modernised some internal code in AudioFormatManager
|
7 years ago |
juce_AudioFormat.h
|
Updated the documentation of AudioFormat::createWriterFor()
|
5 years ago |
juce_AudioFormatManager.cpp
|
Demos: Convey proper ownership semantics
|
5 years ago |
juce_AudioFormatManager.h
|
Demos: Convey proper ownership semantics
|
5 years ago |
juce_AudioFormatReader.cpp
|
Fixed some GCC compiler warnings and removed deprecated functions
|
6 years ago |
juce_AudioFormatReader.h
|
Fixed some GCC compiler warnings and removed deprecated functions
|
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
|
Fixed some GCC compiler warnings and removed deprecated functions
|
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 |