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
2017-10-25 12:07:32 +01: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 Added disableDenormalisedNumberSupport to query if denormals are disabled and improved documentation 2017-10-17 09:57:39 +01:00
effects Removed a spurious #undef 2017-10-17 09:50:36 +01:00
midi Fixed some VS2013 compiler errors 2017-10-18 11:05:40 +01:00
mpe MPE: Change MPEInstrument::voicesLock member from private to protected so that sub-classes can lock the voicedLock 2017-10-11 09:12:16 +01:00
native 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
sources Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 2017-10-11 12:10:58 +01:00
synthesisers 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_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