1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_audio_basics
reuk 0ac8552a63 AudioBuffer: Fix alignment check on iOS/arm7
On iOS/arm7, double has an alignment of 8 but std::max_align_t has
alignment of 4, so we need to compute our own max_align value.
2020-03-16 16:02:42 +00:00
..
audio_play_head Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
buffers AudioBuffer: Fix alignment check on iOS/arm7 2020-03-16 16:02:42 +00:00
midi Fixed some more typos 2020-01-07 08:53:23 +00:00
mpe Check if zone is active in MPEInstrument::updateNoteTotalPitchbend() to fix a zone mismatch bug 2020-02-13 11:58:41 +00:00
native Fixed Doxygen bug in CoreAudioLayouts 2018-03-29 15:43:45 +01:00
sources Fixed some more typos 2020-01-07 08:53:23 +00:00
synthesisers Fixed some GCC compiler warnings and removed deprecated functions 2019-06-04 16:48:44 +01:00
utilities Added some missing documentation tags 2020-01-21 17:47:41 +00:00
juce_audio_basics.cpp Added a new templated SmoothedValue class 2019-02-19 09:38:04 +00:00
juce_audio_basics.h Bump version number to 5.4.7 2020-02-10 14:16:54 +00:00
juce_audio_basics.mm Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00