1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/examples/DSPDemo/Source/Demos
2018-01-09 16:28:14 +00:00
..
ConvolutionDemo.cpp Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago! 2018-01-09 16:28:14 +00:00
FIRFilterDemo.cpp Fixed a window naming typo in the DSP module 2017-07-31 15:25:55 +01:00
GainDemo.cpp Added the JUCE DSP module 2017-07-27 12:39:07 +01:00
IIRFilterDemo.cpp Added the JUCE DSP module 2017-07-27 12:39:07 +01:00
OscillatorDemo.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
OverdriveDemo.cpp Added the JUCE DSP module 2017-07-27 12:39:07 +01:00
SIMDRegisterDemo.cpp Added the JUCE DSP module 2017-07-27 12:39:07 +01:00
StateVariableFilterDemo.cpp Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2 2018-01-09 15:15:33 +00:00
WaveShaperTanhDemo.cpp Added the JUCE DSP module 2017-07-27 12:39:07 +01:00