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 0b19702306 Made Decibels::toString() do what you'd expect if decimalPlaces == 0, and optimised it a bit 7 years ago
..
juce_CatmullRomInterpolator.cpp Fixed an edge-case error in the LaGrange and Catmull-Rom interpolators when the ratio changes to exactly 1.0 7 years ago
juce_CatmullRomInterpolator.h 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_Decibels.h Made Decibels::toString() do what you'd expect if decimalPlaces == 0, and optimised it a bit 7 years ago
juce_IIRFilter.cpp Removed a spurious #undef 7 years ago
juce_IIRFilter.h 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_LagrangeInterpolator.cpp Fixed an edge-case error in the LaGrange and Catmull-Rom interpolators when the ratio changes to exactly 1.0 7 years ago
juce_LagrangeInterpolator.h 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_LinearSmoothedValue.h A minor documentation update 7 years ago
juce_Reverb.h 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