1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00
JUCE/modules/juce_audio_basics
2017-11-24 11:41:22 +00:00
..
audio_play_head 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
buffers Updated some outdated documentation in previous commit 2017-11-23 15:14:39 +00:00
effects Made Decibels::toString() do what you'd expect if decimalPlaces == 0, and optimised it a bit 2017-11-01 12:20:09 +00:00
midi Replaced some old juce-style sort operations with std::sort and lambdas 2017-11-03 16:35:11 +00:00
mpe Converted a couple of lambdas to functors due to FUD about compilers generating heap allocations 2017-11-06 11:05:51 +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 Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 2017-10-30 14:52:47 +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