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 |
reuk
|
1fdba480cc
|
JUCE 6: Update version numbers
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
4a5dda489f
|
Fixed some warnings with -Wconversion enabled
|
5 years ago |
reuk
|
adbf5fc219
|
DSP: Add ProcessorChain tests
|
5 years ago |
reuk
|
b9835d3a0c
|
DSP: Fix tuple index sequence generator
|
5 years ago |
reuk
|
04adb2fa79
|
DSP: Tidy up ProcessorChain implementation
|
5 years ago |
reuk
|
a7d5d8dd95
|
DSP: Add missing consts in Oversampling
|
5 years ago |
reuk
|
5af01b9b16
|
Demos: Convey proper ownership semantics
|
5 years ago |
Tom Poole
|
28e03f0815
|
Replaced all instances of JUCE_CONSTEXPR with constexpr
|
5 years ago |
ed
|
59a058fdc6
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
5 years ago |
ed
|
46aa467303
|
Removed const qualifier from dsp::Bias::processSample()
|
5 years ago |
ed
|
08d0a12f03
|
Bump version number to 5.4.7
|
5 years ago |
Tom Poole
|
ef1eacccd3
|
Bump version number to 5.4.6
|
5 years ago |
ed
|
a54da0b832
|
Fixed some more typos
|
5 years ago |
Tom Poole
|
8b8c3b3280
|
DSP: Fixed a bug oversampling an AudioBlock referencing const data
|
5 years ago |
Tom Poole
|
4048a5feef
|
AudioBlock: Fixed an issue preventing usage with SIMDRegister
|
5 years ago |
Tom Poole
|
85f76d2546
|
AudioBlock: Fixed an issue preventing usage with SIMDRegister
|
5 years ago |
ed
|
4583baf277
|
Bump version number to 5.4.5
|
5 years ago |
ed
|
4edb0d2c90
|
Tidied up some divider comments
|
5 years ago |
Tom Poole
|
41055ad782
|
DSP: Refactored AudioBlock
|
5 years ago |
Tom Poole
|
528798d96e
|
Bump version number to 5.4.4
|
5 years ago |
ed
|
bdeaeaf368
|
macOS: Fixed some deprecation warnings and silenced some others for the time being
|
6 years ago |
ed
|
5360191737
|
Fixed some documentation typos
|
6 years ago |
Tom Poole
|
01935e3338
|
DSP: Guarded a rogue FMA instruction in the AVX native ops
|
6 years ago |
Tom Poole
|
a4bd6cbc66
|
Fixed some more Linux compiler warnings
|
6 years ago |
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
6 years ago |
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
|
6 years ago |
reuk
|
55c512d9a1
|
DSP: Fixed a potential dangling reference issue in ProcessContext
|
6 years ago |
reuk
|
827055c2c1
|
DSP: Allowed AudioBlocks of const elements
|
6 years ago |
Zsolt Garamvolgyi
|
0e58d244aa
|
DSP: Added SIMDRegister::truncate()
|
6 years ago |
ed
|
1a46fb3a5f
|
Minor whitespace tidying
|
6 years ago |
Zsolt Garamvolgyi
|
c3a8ea1ab6
|
SIMDRegister abs operation implemented
|
6 years ago |
ed
|
13fadfe5e3
|
Minor documentation cleanup in the DSP module
|
6 years ago |
Tom Poole
|
9f344aaa5a
|
DSP: Added an assertion to protect against invalid use of ProcessContextNonReplacing
|
6 years ago |
Tom Poole
|
315db2df93
|
Documentation fixes
|
6 years ago |
Tom Poole
|
aa361c9cf5
|
Documentation fixes
|
6 years ago |
ed
|
34ca59fd81
|
Fixed a missing argument when creating an instance of FFTWImpl
|
6 years ago |
ed
|
6722194260
|
Bump version number to 5.4.3
|
6 years ago |
ed
|
74bcfa1d83
|
Fixed a missing argument when creating an instance of FFTWImpl
|
6 years ago |
Tom Poole
|
60d49c2ef0
|
Tidied up some documentation
|
6 years ago |
Tom Poole
|
70395c9622
|
Improved some unit tests
|
6 years ago |
Tom Poole
|
4751e9d41a
|
Added a new templated SmoothedValue class
|
6 years ago |
Ivan COHEN
|
36d71a0c75
|
DSP: Improved the smoothing of IR changes in the Convolution class
|
6 years ago |