154 Commits (bb5b534ab8d1267aaedbf3bc28d301da3ebe5821)

Author SHA1 Message Date
  hogliux b561b34e8c Linux: Fixed a compiler warning 6 years ago
  ed 1221374be9 DSP: Fixed an incorrect assertion in one of the AudioBlock constructors 6 years ago
  ed 497a1b3fb7 Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
  ed 9fe83c18bd Fixed indentation in juce_dsp.cpp 6 years ago
  Tom Poole 12dfd3df45 DSP: Made AudioBlock::getSubsetChannelBlock const 7 years ago
  reuk 55c512d9a1 DSP: Fixed a potential dangling reference issue in ProcessContext 7 years ago
  reuk 827055c2c1 DSP: Allowed AudioBlocks of const elements 7 years ago
  Zsolt Garamvolgyi 0e58d244aa DSP: Added SIMDRegister::truncate() 7 years ago
  ed 1a46fb3a5f Minor whitespace tidying 7 years ago
  Zsolt Garamvolgyi c3a8ea1ab6 SIMDRegister abs operation implemented 7 years ago
  ed 13fadfe5e3 Minor documentation cleanup in the DSP module 7 years ago
  Tom Poole 9f344aaa5a DSP: Added an assertion to protect against invalid use of ProcessContextNonReplacing 7 years ago
  Tom Poole aa361c9cf5 Documentation fixes 7 years ago
  ed 34ca59fd81 Fixed a missing argument when creating an instance of FFTWImpl 7 years ago
  ed 6722194260 Bump version number to 5.4.3 7 years ago
  ed 74bcfa1d83 Fixed a missing argument when creating an instance of FFTWImpl 7 years ago
  Tom Poole 60d49c2ef0 Tidied up some documentation 7 years ago
  Tom Poole 70395c9622 Improved some unit tests 7 years ago
  Tom Poole 4751e9d41a Added a new templated SmoothedValue class 7 years ago
  Ivan COHEN 36d71a0c75 DSP: Improved the smoothing of IR changes in the Convolution class 7 years ago
  Tom Poole 6f2f9afb06 LinearSmoothedValue: Changed the new interface 7 years ago
  reuk b8278cec0e LinearSmoothedValue: Added some helpful member functions and deprecated setValue 7 years ago
  Ivan COHEN b8bee51651 DSP: Fixed some FIFO and memory allocation issues in convolutions 7 years ago
  Ivan COHEN 595b31f561 Solved an issue with dsp::FilterDesign low-pass Kaiser's method 7 years ago
  Tom Poole 77feb173b0 DSP: Improved some variable names and documentation 7 years ago
  Tom Poole e3ebe5aed1 Bump version number to 5.4.2 7 years ago
  ed a234721110 Added various clang-tidy modernize-* fixes 7 years ago
  ed d6300966df Fixed an error calculating numSamples in the AudioBlock constructor taking a start sample index 7 years ago
  ed eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 7 years ago
  Tom Poole ceec72457d DSP: Added some const processor accessors 7 years ago
  ed 6d39f01793 Bump version number to 5.4.1 7 years ago
  Tom Poole 55ebd17dfc Fixed a bug in the Oversampling class 7 years ago
  ed 0b8fcc7a15 Bump version number to 5.4.0 7 years ago
  Tom Poole 4137ee1b7d DSP: Fixed a couple of issues with the Oversampling class 7 years ago
  Ivan COHEN 9829a8ad09 Made the dsp::Oversampling class more customisable 7 years ago
  jules 77634bc802 Fixed an issue in dsp::FilterDesign functions, and added some extra functionality 7 years ago
  Tom Poole efddea0eff DSP: Fixed an uninitialised memory issue in the Convolution class 7 years ago
  Tom Poole 044c36f5bb DSP: Fixed some errors in the previous commit 7 years ago
  Tom Poole 1396d7cfc5 DSP: Fixed an issue returning arrays of reference counted objects 7 years ago
  Tom Poole 56022b6680 DSP: Fixed an uninitialised memory issue in the Convolution class 7 years ago
  jules 095a0db589 Fixes to AudioBlock::copyTo and copyFrom 7 years ago
  jules 750af63f8f Fixes to AudioBlock::copyTo and copyFrom 7 years ago
  jules 397b0f80a2 bit of code clean-up 7 years ago
  Tom Poole 493591a7ef Cleaned up some doc comments 7 years ago
  Tom Poole 8632d853e9 DSP: Avoid a potential symbol collision 7 years ago
  Tom Poole 0e1722e387 Multiple spelling fixes 7 years ago
  hogliux 1b0cdc74f2 DSP: Ensured that FFTW is initialised and destroyed in a thread-safe way 7 years ago
  Tom Poole 6cff481c6a Fixed some gcc 8 compiler warnings 7 years ago
  jules 1e6bbb8da9 Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 7 years ago
  hogliux 544e35655a DSP: Solved an issue with dsp::Convolution algorithm initialisation 7 years ago