1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-21 01:24:21 +00:00
JUCE/modules/juce_audio_basics
2017-12-10 21:24:24 +00:00
..
audio_play_head Clarified some documentation in AudioPlayHead 2017-11-28 11:26:13 +00:00
buffers Fixes for templated code which could default-initialise a SIMDRegister object while expecting to get a zero-initialised value 2017-11-30 16:59:37 +00:00
effects Clarified a couple of comments 2017-12-10 21:24:24 +00:00
midi Replaced some old juce-style sort operations with std::sort and lambdas 2017-11-03 16:35:11 +00:00
mpe Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 2017-11-28 16:18:40 +00:00
native macOS: Remove explicit references to kAudioChannelLayoutTag_HOA_ACN_SN3D as this is only available in the latest and greatest Xcode. Replaced with the numerical value instead. 2017-11-24 11:41:22 +00:00
sources 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
synthesisers Converted a couple of lambdas to functors due to FUD about compilers generating heap allocations 2017-11-06 11:05:51 +00:00
juce_audio_basics.cpp Fixed an issue where ScopedNoDenormals would do nothing on all platforms and added arm implementation 2017-10-02 18:23:51 +01:00
juce_audio_basics.h Bump version number to 5.2.0 2017-10-25 12:07:32 +01:00
juce_audio_basics.mm Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00