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 f9313c8338 Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago! 7 years ago
..
ConvolutionDemo.cpp Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago! 7 years ago
FIRFilterDemo.cpp Fixed a window naming typo in the DSP module 7 years ago
GainDemo.cpp Added the JUCE DSP module 7 years ago
IIRFilterDemo.cpp Added the JUCE DSP module 7 years ago
OscillatorDemo.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 7 years ago
OverdriveDemo.cpp Added the JUCE DSP module 7 years ago
SIMDRegisterDemo.cpp Added the JUCE DSP module 7 years ago
StateVariableFilterDemo.cpp Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2 7 years ago
WaveShaperTanhDemo.cpp Added the JUCE DSP module 7 years ago