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.
tpoole 51b3eaebb2 Fixed some VS2013 compiler errors 7 years ago
..
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 7 years ago
buffers Added disableDenormalisedNumberSupport to query if denormals are disabled and improved documentation 7 years ago
effects Removed a spurious #undef 7 years ago
midi Fixed some VS2013 compiler errors 7 years ago
mpe MPE: Change MPEInstrument::voicesLock member from private to protected so that sub-classes can lock the voicedLock 7 years ago
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 7 years ago
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 7 years ago
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 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 Fixed an issue where ScopedNoDenormals would do nothing on all platforms and added arm implementation 7 years ago
juce_audio_basics.mm Updated file headers and the README with the JUCE 5 license 8 years ago