| .. |
|
juce_AudioSource.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_BufferingAudioSource.cpp
|
Updated old code where the 'volatile' keyword was still being used
|
2018-05-01 09:19:50 +01:00 |
|
juce_BufferingAudioSource.h
|
Changes to avoid some clang warnings
|
2019-01-18 08:59:28 +00:00 |
|
juce_ChannelRemappingAudioSource.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
|
2017-09-08 08:59:55 +01:00 |
|
juce_ChannelRemappingAudioSource.h
|
Changes to avoid some clang warnings
|
2019-01-18 08:59:28 +00:00 |
|
juce_IIRFilterAudioSource.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
|
2017-09-08 08:59:55 +01:00 |
|
juce_IIRFilterAudioSource.h
|
Changes to avoid some clang warnings
|
2019-01-18 08:59:28 +00:00 |
|
juce_MemoryAudioSource.cpp
|
Fixed missing position update in MemoryAudioSource
|
2018-05-29 10:49:56 +01:00 |
|
juce_MemoryAudioSource.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_MixerAudioSource.cpp
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
juce_MixerAudioSource.h
|
Changes to avoid some clang warnings
|
2019-01-18 08:59:28 +00:00 |
|
juce_PositionableAudioSource.h
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
juce_ResamplingAudioSource.cpp
|
Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2
|
2018-01-09 15:15:33 +00:00 |
|
juce_ResamplingAudioSource.h
|
Changes to avoid some clang warnings
|
2019-01-18 08:59:28 +00:00 |
|
juce_ReverbAudioSource.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
|
2017-09-08 08:59:55 +01:00 |
|
juce_ReverbAudioSource.h
|
Changes to avoid some clang warnings
|
2019-01-18 08:59:28 +00:00 |
|
juce_ToneGeneratorAudioSource.cpp
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
2017-12-06 11:16:22 +00:00 |
|
juce_ToneGeneratorAudioSource.h
|
Changes to avoid some clang warnings
|
2019-01-18 08:59:28 +00:00 |