reuk
|
3c68581567
|
Use jassertquiet where possible
|
3 years ago |
reuk
|
1cd5abe489
|
AudioBlock: Remove unnecessary casts
|
3 years ago |
reuk
|
706d80216b
|
AudioBlock: Allow smoothing using SmoothedValues of a broader range of types
|
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 |
reuk
|
8fc1c1abae
|
JACK: Fix bug where input and output devices were reversed
|
4 years ago |
ed
|
009d685179
|
Updated all license headers
|
4 years ago |
ed
|
4855f52e4d
|
Added missing documentation tags
|
4 years ago |
ed
|
fa4fde08ec
|
Fixed some documentation issues
|
4 years ago |
ed
|
b5214a341e
|
Normalised lambda whitespace
|
5 years ago |
reuk
|
fca3429e6e
|
DSP: Update convolution
|
5 years ago |
reuk
|
4cf66d6522
|
Cleanup: Remove redundant inlines
|
5 years ago |
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
5 years ago |
Tom Poole
|
2d16374b14
|
Updated all license headers
|
5 years ago |
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
5 years ago |
ed
|
a54da0b832
|
Fixed some more typos
|
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 |
Tom Poole
|
41055ad782
|
DSP: Refactored AudioBlock
|
5 years ago |
ed
|
5360191737
|
Fixed some documentation typos
|
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 |
Tom Poole
|
12dfd3df45
|
DSP: Made AudioBlock::getSubsetChannelBlock const
|
6 years ago |
reuk
|
827055c2c1
|
DSP: Allowed AudioBlocks of const elements
|
6 years ago |
Zsolt Garamvolgyi
|
0e58d244aa
|
DSP: Added SIMDRegister::truncate()
|
6 years ago |
Zsolt Garamvolgyi
|
c3a8ea1ab6
|
SIMDRegister abs operation implemented
|
6 years ago |
Tom Poole
|
9f344aaa5a
|
DSP: Added an assertion to protect against invalid use of ProcessContextNonReplacing
|
6 years ago |
Tom Poole
|
4751e9d41a
|
Added a new templated SmoothedValue class
|
6 years ago |
ed
|
a234721110
|
Added various clang-tidy modernize-* fixes
|
6 years ago |
ed
|
d6300966df
|
Fixed an error calculating numSamples in the AudioBlock constructor taking a start sample index
|
6 years ago |
jules
|
095a0db589
|
Fixes to AudioBlock::copyTo and copyFrom
|
6 years ago |
jules
|
750af63f8f
|
Fixes to AudioBlock::copyTo and copyFrom
|
6 years ago |
Tom Poole
|
0e1722e387
|
Multiple spelling fixes
|
6 years ago |
hogliux
|
dc7217fbbb
|
DSP: Fixed a bug in AudioBlock::multiply where the linear smoothed value would not be applied
|
7 years ago |
jules
|
87042769b6
|
Tidied up some more old typedefs
|
7 years ago |
Noah Dayan
|
5de929de5e
|
Fixed some Doxygen warnings in AudioBlock and SIMDRegister
|
7 years ago |
jules
|
38295f332b
|
Converted some old typedefs to using declarations
|
7 years ago |
Noah Dayan
|
a21ff3356d
|
Fixed some Doxygen warnings in juce_AudioBlock.h
|
7 years ago |
hogliux
|
5faef29f3e
|
DSP: added the methods AudioBlock::copyTo/AudioBlock::copyFrom which facilitate copying to/from an AudioBuffer
|
7 years ago |
hogliux
|
b719acf3e2
|
DSP: Fixed various undefined behavior in SIMDRegister
|
7 years ago |
hogliux
|
d7528138cb
|
DSP SIMD: Fixed a potential compiler error and warning on some versions of gcc and added a unit-test to test some untested comparison SIMD operations
|
7 years ago |
ed
|
cdbc28c18b
|
Add documentation tags
|
7 years ago |
Lukasz Kozakiewicz
|
3f7220c2af
|
AudioBlock: remove unnecessary cast from size_t to int.
|
7 years ago |
jules
|
f71df8704a
|
Added an AudioBlock::multiply() overload for LinearSmoothedValue
|
7 years ago |
Noah Dayan
|
365507d7fd
|
Fixed typo in juce_SIMDRegister.h
|
7 years ago |
Noah Dayan
|
e1abac681d
|
Fixed typos in juce_SIMDRegister.h
|
7 years ago |
jules
|
c4342e684d
|
Added some get/set/addSample methods to AudioBlock
|
7 years ago |
jules
|
73c319d249
|
Tidied up a few issues in AudioBlock
|
7 years ago |