263 Commits (bb724761f22a2b51a17205c07ed2343e56e67298)

Author SHA1 Message Date
  reuk bb724761f2
FFT: Allow performFrequencyOnlyForwardTransform to ignore negative frequencies 3 years ago
  Tom Poole 74c8963880 DSP: Unconditionally use std::invoke_result instead of std::result_of if C++ 17 is available 3 years ago
  Tom Poole 9979dd27fa Add a const specialisation to SampleTypeHelpers 3 years ago
  Tom Poole 8a6e1980d0 Bump version number to 6.1.4 3 years ago
  reuk 1a8fb3e540
FFT: Add missing override to destructor 3 years ago
  reuk 44404508fe Bump version number to 6.1.3 3 years ago
  reuk 8407b5ea74
ProcessorChain: Avoid runtime branching on Context::usesSeparateInputAndOutputBlocks 3 years ago
  reuk 84cd6152be
FFT: Remove unnecessary check in IPP FFT wrapper 3 years ago
  ed 75c1d69f0a Fix documentation typo 3 years ago
  reuk 28a1bc54f9
ProcessSpec: Add equality operators 3 years ago
  ed f899b65315 Docs: Exclude top-level std namespace when building docs 3 years ago
  ed b9542ccc4c Update code to use C++14 [[deprecated]] attribute 3 years ago
  reuk fad3490946
DelayLine: Add function to retrieve the maximum possible delay time 3 years ago
  reuk 7b64bd7406
DelayLine: Allow setting a new maximum delay time after construction 3 years ago
  reuk c41f64111f
FilterDesign: Add assertions to catch misuse of design functions 3 years ago
  reuk fbe446eac0
ProcessorChain: Add support for C++17 structured bindings 3 years ago
  reuk abd5fe4a69
DryWetMixer: Update implementation to use SingleThreadedAbstractFifo 3 years ago
  reuk c49e18cad4
Projucer: Add option to automatically set up oneMKL in VS exporters 3 years ago
  Tom Poole bc75010116 Bump version number to 6.1.2 3 years ago
  Tom Poole 5109e30c6f Bump version number to 6.1.1 3 years ago
  Tom Poole 46fe3789fc Bump version number to 6.1.0 3 years ago
  Tom Poole 9ac96840aa Fix some Doxygen warnings 3 years ago
  reuk 449e4df275 SIMD: Remove unnecessary assertion from truncate fallback 3 years ago
  reuk c27279b356
DryWetMixer: Make mixers with maximum delays of 0 slightly more efficient 3 years ago
  reuk 34f308bc5a
Convolution: Update docs for stylistic consistency 3 years ago
  reuk 3c68581567
Use jassertquiet where possible 3 years ago
  reuk 1cd5abe489 AudioBlock: Remove unnecessary casts 3 years ago
  attila 7a592bd6c2 DSP: Fix Chorus not allocating a large enough DelayLine 3 years ago
  reuk 22d935ad3e
dsp::IIRFilter: Allow computing filter coefficients without allocating 3 years ago
  reuk 36ca0e0fc1
DSP: Avoid forward declaration of IIR::Coefficients 3 years ago
  reuk 31a7c62baf
Windows: Fix and suppress some analysis warnings 4 years ago
  reuk 706d80216b
AudioBlock: Allow smoothing using SmoothedValues of a broader range of types 4 years ago
  reuk c3a98d44c5
DSP: Fix uses of "snap to zero" preprocessor definition 4 years ago
  reuk d50c3920ef
FirstOrderTPTFilter: Ensure state is updated properly when samplerate is changed 4 years ago
  Tom Poole 4c58e50f2e Bump version number to 6.0.8 4 years ago
  reuk 68d30f9c8d Convolution: Compensate for volume changes when resampling IRs 4 years ago
  reuk 552c7fcc3d
Convolution: Update documentation for prepare function 4 years ago
  ed 51cda82fb7 DSP: Fixed a documentation error in the Panner class 4 years ago
  ed 46f5b126d5 Tidied up some template statement whitespace 4 years ago
  reuk 29c4ef36ee
FFT: Add move ops which would otherwise be implicitly deleted 4 years ago
  Tom Poole 2553336f45 Bump version number to 6.0.7 4 years ago
  Tom Poole 25dccd53c0 Bump version number to 6.0.6 4 years ago
  reuk cd41e31cb5
DSP: Ensure that IRs are loaded immediately when Convolution is prepared 4 years ago
  reuk e403e330ef
DSP: Make FixedSizeFunction public 4 years ago
  reuk c540fa4241
DSP: Slightly tidied filter-design function 4 years ago
  Ivan Cohen b2e49bc7e8
DSP: Solved an issue with FilterDesign::designFIRLowpassHalfBandEquirippleMethod for low amplitudedB and normalisationTransitionWidth close to 0.5 4 years ago
  Tom Poole 5929103a29 Bump version number to 6.0.5 4 years ago
  ed 3a3ef41ad5 Added <array> to juce_StandardHeader.h and removed some unnecessary includes from juce_analytics and juce_dsp 4 years ago
  reuk 43c692e20d
DSP: Fix typo in Convolution docs 4 years ago
  Tom Poole c35bb61c8d Bump version number to 6.0.4 4 years ago