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
5 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.
5 years ago
Ivan Cohen
f5400b5764
DSP: Fixed an issue with feedback in Chorus
5 years ago
ed
6aeb9d7dda
Bump version number to 6.0.1
5 years ago
ed
d8a119e542
Fixed some GCC 5 compatibility issues
5 years ago
reuk
394c4fd475
Clang: Fix warnings when building with clang 10
5 years ago
ed
009d685179
Updated all license headers
5 years ago
ed
67925d384f
Updated main README with CMake support info and changed docs extension from .txt to .md
5 years ago
ed
4855f52e4d
Added missing documentation tags
5 years ago
ed
fa4fde08ec
Fixed some documentation issues
5 years ago
ed
6b6cc53778
Added missing DSP tag to ProcessorChain
5 years ago
ed
631ef88fb0
Added missing DSP tag to ProcessorChain
5 years ago
reuk
ae35ebd5bc
DSP: Allow Convolution instances to share a single background thread
5 years ago
reuk
1502a3a8f2
Clang: Fix errors when building with clang on windows with C++20 enabled
5 years ago
ed
b5214a341e
Normalised lambda whitespace
5 years ago
ed
d510b73cdf
Normalised all whitespace before args in std::function
5 years ago
ed
4b6be143cf
Fixed some doxygen warnings
5 years ago
reuk
fca3429e6e
DSP: Update convolution
5 years ago
Ivan Cohen
29c8b2358d
DSP: Added documentation for DryWetMixingRule and PannerRule enum classes
5 years ago
reuk
407ac52fe4
DSP: Fix argument order in BallisticsFilter
5 years ago
reuk
4cf66d6522
Cleanup: Remove redundant inlines
5 years ago
Ivan Cohen
c138bf91b4
DSP: Revamp DSP module
5 years ago
Tom Poole
894e7d2bd2
Updated all license headers
5 years ago
Tom Poole
2d16374b14
Updated all license headers
5 years ago
reuk
9fa6c195ee
FFT: Add IPP implementation
5 years ago
reuk
5f348c3040
Warnings: Add warning-wrangling header
5 years ago
reuk
ece5644a20
CMake: Add support for building JUCE projects with CMake
5 years ago