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.
ed 8aa40a72c8 Add guards to juce_blocks_basics, juce_dsp and juce_osc modules to ensure that they are not built if the compiler does not support them 8 years ago
..
containers AudioBlock: remove unnecessary cast from size_t to int. 8 years ago
filter_design Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago! 8 years ago
frequency DSP: Various improvements to the convolution engine (see commit message for more info) 8 years ago
maths DSP: Fixed an overly restrictive assertion in the Matrix multiplication operator 8 years ago
native Fixes for templated code which could default-initialise a SIMDRegister object while expecting to get a zero-initialised value 8 years ago
processors Fixed a typo 8 years ago
juce_dsp.cpp Add guards to juce_blocks_basics, juce_dsp and juce_osc modules to ensure that they are not built if the compiler does not support them 8 years ago
juce_dsp.h Add guards to juce_blocks_basics, juce_dsp and juce_osc modules to ensure that they are not built if the compiler does not support them 8 years ago
juce_dsp.mm Added the JUCE DSP module 8 years ago