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
4 years ago
reuk
36ca0e0fc1
DSP: Avoid forward declaration of IIR::Coefficients
4 years ago
reuk
31a7c62baf
Windows: Fix and suppress some analysis warnings
This fixes warnings that are emitted when building with the `-analyze`
flag enabled.
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
When normalisation is disabled, the Convolution will now adjust the gain
of the IR using the ratio of the source and destination sampling rates.
This should keep the output level constant when the Convolution's
sampling rate is changed.
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
Previously, if `loadImpulseResponse` was called before `prepareToPlay`,
the IR wasn't guaranteed to have loaded before the first call to
`processSamples`.
Now, we flush the queue of pending IR-load commands during
`prepareToPlay`, which should ensure that the most recently-loaded IR is
ready to use immediately.
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
Tom Poole
73d1a1ff45
Bump version number to 6.0.3
4 years ago
Tom Poole
c9aba7f613
Bump version number to 6.0.2
4 years ago
reuk
4d27422d9f
GCC: Suppress cast-align warnings
4 years ago
reuk
23bc385864
ARM: Fix AudioBlock test build on ARM
4 years ago
Ivan Cohen
5250dc815d
Solved an issue in dsp::BallisticsFilter with peak and RMS envelopes calculation formulas
4 years ago
Ivan Cohen
39d8399653
DSP: Provided the peak rectifier stage directly in dsp::BallisticsFilter
4 years ago
ed
cc0da9527a
DSP: Fixed some lambda capture lists that trip up GCC 5 in the convolution tests
4 years ago
reuk
58652ce490
DLL: Fix warnings in Windows DLL build
4 years ago
reuk
8fc1c1abae
JACK: Fix bug where input and output devices were reversed
4 years ago
Ivan Cohen
2f9b301cb7
DSP: Fixed a logarithmic conversion issue in Phaser
4 years ago
reuk
5ab6042c04
Convolution: Fix issue where old convolution engines were sometimes used after calling prepare
The startThread/stopThread calls were moved to prevent a thread
sanitizer warning about a race on the vtable of Impl.
4 years ago
Ivan Cohen
f5400b5764
DSP: Fixed an issue with feedback in Chorus
4 years ago
ed
6aeb9d7dda
Bump version number to 6.0.1
4 years ago
ed
d8a119e542
Fixed some GCC 5 compatibility issues
4 years ago
reuk
394c4fd475
Clang: Fix warnings when building with clang 10
4 years ago
ed
009d685179
Updated all license headers
4 years ago
ed
67925d384f
Updated main README with CMake support info and changed docs extension from .txt to .md
4 years ago