14 Commits (a9bc970ff8cdef554305d2e55390b1246be11f30)

Author SHA1 Message Date
  hogliux 328c0f6593 DSP: Add "DSP" UnitTest category to dsp module UnitTests 8 years ago
  jules d4a7afa73f Replaced some old juce-style sort operations with std::sort and lambdas 8 years ago
  hogliux 7c6d25681e Convolution: Added a flag to disable normalisation of loaded impulse responses and fixed a potential crash 8 years ago
  tpoole 3cb185fcc3 A minor code cleanup 8 years ago
  jules dd4230586f Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 8 years ago
  jules ff99aec1ab Converted some old uses of non-C++ maths functions to their std equivalents 8 years ago
  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 8 years ago
  hogliux 7a34790388 DSP: Made trimming of the convolution impulse response optional 8 years ago
  hogliux e61292fe57 DSP: Added hint flag to tell juce's FFT to only calculate positive frequencies when perforing real to complex transforms 8 years ago
  hogliux a4ffb41bff Make it easier to use a static version of fftw in the dsp module 8 years ago
  hogliux 974214afb0 Fixed an issue with the bypass logic of the convolution engine 8 years ago
  tpoole 77dd64abfa Documentation fixes 8 years ago
  tpoole 7c4a23bac7 Documentation fixes 8 years ago
  hogliux 9206f8819f Fixed a window naming typo in the DSP module 8 years ago
  hogliux a6b128affb Fixed a window naming typo in the DSP module 8 years ago
  hogliux 1089f3837c Make it easier to use a static version of fftw in the dsp module 8 years ago
  hogliux 87de30bcc5 Fixed an issue with the bypass logic of the convolution engine 8 years ago
  hogliux 244a944857 Added the JUCE DSP module 8 years ago