1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

19 commits

Author SHA1 Message Date
jules
f9313c8338 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
jules
d0111a4f96 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
jules
51f6c5d01c Tidied up a few bits of messy String concatenation 2017-12-05 12:03:30 +00:00
jules
7dd8fa993e Fixes for templated code which could default-initialise a SIMDRegister object while expecting to get a zero-initialised value 2017-11-30 16:59:37 +00:00
jules
326aa13023 Fix for the dsp::Convolution class 2017-11-30 09:51:01 +00:00
hogliux
328c0f6593 DSP: Add "DSP" UnitTest category to dsp module UnitTests 2017-11-07 14:41:25 +00:00
jules
d4a7afa73f Replaced some old juce-style sort operations with std::sort and lambdas 2017-11-03 16:35:11 +00:00
hogliux
7c6d25681e Convolution: Added a flag to disable normalisation of loaded impulse responses and fixed a potential crash 2017-10-27 13:00:37 +01:00
tpoole
3cb185fcc3 A minor code cleanup 2017-10-12 12:31:55 +01:00
jules
dd4230586f Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 2017-10-11 12:26:05 +01:00
jules
ff99aec1ab Converted some old uses of non-C++ maths functions to their std equivalents 2017-10-09 17:45:44 +01:00
jules
eda613c6db 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 2017-09-08 08:59:55 +01:00
hogliux
7a34790388 DSP: Made trimming of the convolution impulse response optional 2017-09-06 10:04:12 +01:00
hogliux
e61292fe57 DSP: Added hint flag to tell juce's FFT to only calculate positive frequencies when perforing real to complex transforms 2017-08-22 13:54:38 +01:00
tpoole
7c4a23bac7 Documentation fixes 2017-07-31 18:29:53 +01:00
hogliux
a6b128affb Fixed a window naming typo in the DSP module 2017-07-31 15:25:55 +01:00
hogliux
1089f3837c Make it easier to use a static version of fftw in the dsp module 2017-07-27 16:47:35 +01:00
hogliux
87de30bcc5 Fixed an issue with the bypass logic of the convolution engine 2017-07-27 15:58:57 +01:00
hogliux
244a944857 Added the JUCE DSP module 2017-07-27 12:39:07 +01:00