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 31c99d3680 Cleaned up some missing std:: namespaces for maths functions, and updated some old documentation for AudioProcessor 8 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 8 years ago
buffers Converted some old uses of non-C++ maths functions to their std equivalents 8 years ago
effects Fixed an edge-case error in the LaGrange and Catmull-Rom interpolators when the ratio changes to exactly 1.0 8 years ago
midi Cleaned up some missing std:: namespaces for maths functions, and updated some old documentation for AudioProcessor 8 years ago
mpe Converted some old uses of non-C++ maths functions to their std equivalents 8 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 8 years ago
sources 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 8 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 8 years ago
juce_audio_basics.cpp Fixed an issue where ScopedNoDenormals would do nothing on all platforms and added arm implementation 8 years ago
juce_audio_basics.h Fixed an issue where ScopedNoDenormals would do nothing on all platforms and added arm implementation 8 years ago
juce_audio_basics.mm Updated file headers and the README with the JUCE 5 license 8 years ago