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 |
jules
|
7326a37795
|
Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2
|
7 years ago |
Tom Poole
|
cff37f5b6a
|
Fixed some const violation errors
|
7 years ago |
jules
|
d0111a4f96
|
Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi
|
7 years ago |
jules
|
2dc9316420
|
Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility)
|
7 years ago |
hogliux
|
7a34790388
|
DSP: Made trimming of the convolution impulse response optional
|
7 years ago |
hogliux
|
9206f8819f
|
Fixed a window naming typo in the DSP module
|
7 years ago |
hogliux
|
a6b128affb
|
Fixed a window naming typo in the DSP module
|
7 years ago |
hogliux
|
244a944857
|
Added the JUCE DSP module
|
7 years ago |