13 Commits (b51d43d8246404238ab5b47b47ba4ccb98688f73)

Author SHA1 Message Date
  jules d4a7afa73f Replaced some old juce-style sort operations with std::sort and lambdas 7 years ago
  hogliux 7c6d25681e Convolution: Added a flag to disable normalisation of loaded impulse responses and fixed a potential crash 7 years ago
  tpoole 3cb185fcc3 A minor code cleanup 7 years ago
  jules dd4230586f Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 7 years ago
  jules ff99aec1ab Converted some old uses of non-C++ maths functions to their std equivalents 7 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 7 years ago
  hogliux 7a34790388 DSP: Made trimming of the convolution impulse response optional 7 years ago
  hogliux e61292fe57 DSP: Added hint flag to tell juce's FFT to only calculate positive frequencies when perforing real to complex transforms 7 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