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 5b39a8f607 Removed the register keyword from a bunch of 3rd party files as it causes deprecation errors in c++17 8 years ago
..
flac Removed the register keyword from a bunch of 3rd party files as it causes deprecation errors in c++17 8 years ago
oggvorbis Fixed a typo in recent commit to address an armeabi internal compiler bug 8 years ago
juce_AiffAudioFormat.cpp Fixed multiple harmless warnings in Android builds 8 years ago
juce_AiffAudioFormat.h Added a second createMemoryMappedReader method to AudioFormat and its derived classes that creates a MemoryMappedAudioFormatReader from a FileInputStream 8 years ago
juce_CoreAudioFormat.cpp Added support for getting metadata from .caf files in the CoreAudioFormat class 9 years ago
juce_CoreAudioFormat.h Update copyright notice 10 years ago
juce_FlacAudioFormat.cpp Changed flac writer to respect the current stream position when writing the flac header 8 years ago
juce_FlacAudioFormat.h Update copyright notice 10 years ago
juce_LAMEEncoderAudioFormat.cpp Added some null pointer checks to createWriterFor methods 9 years ago
juce_LAMEEncoderAudioFormat.h Update copyright notice 10 years ago
juce_MP3AudioFormat.cpp Fixed some whitespace style and cleaned up some code using C++11 8 years ago
juce_MP3AudioFormat.h Update copyright notice 10 years ago
juce_OggVorbisAudioFormat.cpp Added some null pointer checks to createWriterFor methods 9 years ago
juce_OggVorbisAudioFormat.h Update copyright notice 10 years ago
juce_QuickTimeAudioFormat.cpp Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 9 years ago
juce_QuickTimeAudioFormat.h Update copyright notice 10 years ago
juce_WavAudioFormat.cpp Fixed wav file reader unit tests 8 years ago
juce_WavAudioFormat.h Added a second createMemoryMappedReader method to AudioFormat and its derived classes that creates a MemoryMappedAudioFormatReader from a FileInputStream 8 years ago
juce_WindowsMediaAudioFormat.cpp Added a check in WindowsMediaAudioFormat to handle reading beyond the end of a file 9 years ago
juce_WindowsMediaAudioFormat.h Update copyright notice 10 years ago