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 7dd8fa993e Fixes for templated code which could default-initialise a SIMDRegister object while expecting to get a zero-initialised value 7 years ago
..
audio_play_head Clarified some documentation in AudioPlayHead 7 years ago
buffers Fixes for templated code which could default-initialise a SIMDRegister object while expecting to get a zero-initialised value 7 years ago
effects Made Decibels::toString() do what you'd expect if decimalPlaces == 0, and optimised it a bit 7 years ago
midi Replaced some old juce-style sort operations with std::sort and lambdas 7 years ago
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! 7 years ago
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. 7 years ago
sources Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 7 years ago
synthesisers Converted a couple of lambdas to functors due to FUD about compilers generating heap allocations 7 years ago
juce_audio_basics.cpp Fixed an issue where ScopedNoDenormals would do nothing on all platforms and added arm implementation 7 years ago
juce_audio_basics.h Bump version number to 5.2.0 7 years ago
juce_audio_basics.mm Updated file headers and the README with the JUCE 5 license 8 years ago