.. |
flac
|
Tweaked lots of code to help things compile on the iPhone (still work-in-progress).
|
15 years ago |
oggvorbis
|
Tweaked lots of code to help things compile on the iPhone (still work-in-progress).
|
15 years ago |
juce_AiffAudioFormat.cpp
|
Added Value support to the Button's toggle state and TextEditor content. Refactored the atomic operation functions to live inside a class called Atomic, and the byte order functions into a class called ByteOrder.
|
15 years ago |
juce_AiffAudioFormat.h
|
(Added missing files from last check-in)
|
16 years ago |
juce_AudioCDBurner.h
|
Fix for an AU crash when running in 10.4. Added a PlatformUtilities method to get the version of OSX that's running. Added a workaround for a 10.4 OS bug when drawing gradients. Added some macros to allow CD burning and reading to be enabled independantly.
|
15 years ago |
juce_AudioCDReader.cpp
|
New class: ScopedPointer, which auto-releases a pointer when it goes out of scope. I've used this extensively to replace a lot of pointer deletions with more RAII-style patterns.
|
15 years ago |
juce_AudioCDReader.h
|
New class: ScopedPointer, which auto-releases a pointer when it goes out of scope. I've used this extensively to replace a lot of pointer deletions with more RAII-style patterns.
|
15 years ago |
juce_AudioFormat.cpp
|
Lots of minor changes to prevent warnings. Small fixes to Path, AudioThumbnail, ValueTree, OutputStreams. Tweaks to convert Drawables to/from ValueTrees. New method to write XML to a stream.
|
15 years ago |
juce_AudioFormat.h
|
New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase.
|
15 years ago |
juce_AudioFormatManager.cpp
|
Minor code clean-ups
|
15 years ago |
juce_AudioFormatManager.h
|
New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase.
|
15 years ago |
juce_AudioFormatReader.h
|
(Added missing files from last check-in)
|
16 years ago |
juce_AudioFormatWriter.h
|
(Added missing files from last check-in)
|
16 years ago |
juce_AudioSubsectionReader.cpp
|
(Added missing files from last check-in)
|
16 years ago |
juce_AudioSubsectionReader.h
|
(Added missing files from last check-in)
|
16 years ago |
juce_AudioThumbnail.cpp
|
Added Value support to the Button's toggle state and TextEditor content. Refactored the atomic operation functions to live inside a class called Atomic, and the byte order functions into a class called ByteOrder.
|
15 years ago |
juce_AudioThumbnail.h
|
New class: ScopedPointer, which auto-releases a pointer when it goes out of scope. I've used this extensively to replace a lot of pointer deletions with more RAII-style patterns.
|
15 years ago |
juce_AudioThumbnailCache.cpp
|
(Added missing files from last check-in)
|
16 years ago |
juce_AudioThumbnailCache.h
|
(Added missing files from last check-in)
|
16 years ago |
juce_FlacAudioFormat.cpp
|
Added Value support to the Button's toggle state and TextEditor content. Refactored the atomic operation functions to live inside a class called Atomic, and the byte order functions into a class called ByteOrder.
|
15 years ago |
juce_FlacAudioFormat.h
|
(Added missing files from last check-in)
|
16 years ago |
juce_OggVorbisAudioFormat.cpp
|
Added Value support to the Button's toggle state and TextEditor content. Refactored the atomic operation functions to live inside a class called Atomic, and the byte order functions into a class called ByteOrder.
|
15 years ago |
juce_OggVorbisAudioFormat.h
|
(Added missing files from last check-in)
|
16 years ago |
juce_QuickTimeAudioFormat.cpp
|
Added Value support to the Button's toggle state and TextEditor content. Refactored the atomic operation functions to live inside a class called Atomic, and the byte order functions into a class called ByteOrder.
|
15 years ago |
juce_QuickTimeAudioFormat.h
|
(Added missing files from last check-in)
|
16 years ago |
juce_WavAudioFormat.cpp
|
Added Value support to the Button's toggle state and TextEditor content. Refactored the atomic operation functions to live inside a class called Atomic, and the byte order functions into a class called ByteOrder.
|
15 years ago |
juce_WavAudioFormat.h
|
(Added missing files from last check-in)
|
16 years ago |