reuk
|
7c14c1fcd7
|
Use more concise stdlib type aliases
|
2022-09-26 18:03:47 +01:00 |
|
Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
2022-05-16 17:55:48 +01:00 |
|
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
2022-04-04 12:36:32 +01:00 |
|
reuk
|
c6f703aa57
|
SIMDRegister Test: Tidy up template functions
|
2022-03-23 11:21:50 +00:00 |
|
reuk
|
ebac835673
|
Fix some deprecation warnings
|
2022-03-22 17:27:54 +00:00 |
|
reuk
|
1d1d743b9f
|
Build: Add -Wdeprecated to recommended flags and fix new warnings
|
2022-02-23 10:56:10 +00:00 |
|
reuk
|
7d21a967e4
|
AudioBlock: Use new size_t overloads from FloatVectorOperations
|
2022-01-27 18:43:21 +00:00 |
|
Tom Poole
|
9979dd27fa
|
Add a const specialisation to SampleTypeHelpers
|
2022-01-05 11:38:22 +00:00 |
|
reuk
|
3c68581567
|
Use jassertquiet where possible
|
2021-07-23 10:58:44 +01:00 |
|
reuk
|
1cd5abe489
|
AudioBlock: Remove unnecessary casts
|
2021-07-05 12:21:36 +01:00 |
|
reuk
|
706d80216b
|
AudioBlock: Allow smoothing using SmoothedValues of a broader range of types
|
2021-05-21 16:29:48 +01:00 |
|
reuk
|
4d27422d9f
|
GCC: Suppress cast-align warnings
|
2020-09-24 12:52:45 +01:00 |
|
reuk
|
23bc385864
|
ARM: Fix AudioBlock test build on ARM
|
2020-09-24 12:52:45 +01:00 |
|
reuk
|
8fc1c1abae
|
JACK: Fix bug where input and output devices were reversed
|
2020-08-05 13:44:17 +01:00 |
|
ed
|
009d685179
|
Updated all license headers
|
2020-06-29 08:30:22 +01:00 |
|
ed
|
4855f52e4d
|
Added missing documentation tags
|
2020-06-27 17:26:44 +01:00 |
|
ed
|
fa4fde08ec
|
Fixed some documentation issues
|
2020-06-27 11:41:10 +01:00 |
|
ed
|
b5214a341e
|
Normalised lambda whitespace
|
2020-06-05 09:37:56 +01:00 |
|
reuk
|
fca3429e6e
|
DSP: Update convolution
|
2020-05-15 18:06:03 +01:00 |
|
reuk
|
4cf66d6522
|
Cleanup: Remove redundant inlines
|
2020-04-27 10:22:06 +01:00 |
|
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
2020-04-23 17:30:39 +01:00 |
|
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
2020-04-09 15:22:56 +01:00 |
|
ed
|
a54da0b832
|
Fixed some more typos
|
2020-01-07 08:53:23 +00:00 |
|
Tom Poole
|
85f76d2546
|
AudioBlock: Fixed an issue preventing usage with SIMDRegister
|
2019-10-24 09:36:46 +01:00 |
|
Tom Poole
|
41055ad782
|
DSP: Refactored AudioBlock
|
2019-08-15 12:49:47 +01:00 |
|
ed
|
5360191737
|
Fixed some documentation typos
|
2019-06-18 11:55:40 +01:00 |
|
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
2019-06-04 16:48:44 +01:00 |
|
hogliux
|
b561b34e8c
|
Linux: Fixed a compiler warning
|
2019-04-30 12:14:42 +01:00 |
|
ed
|
1221374be9
|
DSP: Fixed an incorrect assertion in one of the AudioBlock constructors
|
2019-04-29 15:25:41 +01:00 |
|
ed
|
497a1b3fb7
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
2019-04-03 15:10:40 +01:00 |
|
Tom Poole
|
12dfd3df45
|
DSP: Made AudioBlock::getSubsetChannelBlock const
|
2019-03-28 12:54:37 +00:00 |
|
reuk
|
827055c2c1
|
DSP: Allowed AudioBlocks of const elements
|
2019-03-26 16:32:28 +00:00 |
|
Zsolt Garamvolgyi
|
0e58d244aa
|
DSP: Added SIMDRegister::truncate()
|
2019-03-26 11:48:56 +00:00 |
|
Zsolt Garamvolgyi
|
c3a8ea1ab6
|
SIMDRegister abs operation implemented
|
2019-03-12 17:19:59 +00:00 |
|
Tom Poole
|
9f344aaa5a
|
DSP: Added an assertion to protect against invalid use of ProcessContextNonReplacing
|
2019-03-01 11:56:42 +00:00 |
|
Tom Poole
|
4751e9d41a
|
Added a new templated SmoothedValue class
|
2019-02-19 09:38:04 +00:00 |
|
ed
|
a234721110
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
ed
|
d6300966df
|
Fixed an error calculating numSamples in the AudioBlock constructor taking a start sample index
|
2019-01-28 16:25:51 +00:00 |
|
jules
|
750af63f8f
|
Fixes to AudioBlock::copyTo and copyFrom
|
2018-08-31 16:52:54 +01:00 |
|
Tom Poole
|
0e1722e387
|
Multiple spelling fixes
|
2018-08-20 18:16:24 +01:00 |
|
hogliux
|
dc7217fbbb
|
DSP: Fixed a bug in AudioBlock::multiply where the linear smoothed value would not be applied
|
2018-05-14 18:02:06 +01:00 |
|
jules
|
87042769b6
|
Tidied up some more old typedefs
|
2018-05-11 14:44:51 +01:00 |
|
Noah Dayan
|
5de929de5e
|
Fixed some Doxygen warnings in AudioBlock and SIMDRegister
|
2018-05-03 10:02:58 +01:00 |
|
jules
|
38295f332b
|
Converted some old typedefs to using declarations
|
2018-05-03 09:59:05 +01:00 |
|
Noah Dayan
|
a21ff3356d
|
Fixed some Doxygen warnings in juce_AudioBlock.h
|
2018-05-02 13:01:35 +01:00 |
|
hogliux
|
5faef29f3e
|
DSP: added the methods AudioBlock::copyTo/AudioBlock::copyFrom which facilitate copying to/from an AudioBuffer
|
2018-04-30 14:59:54 +01:00 |
|
hogliux
|
b719acf3e2
|
DSP: Fixed various undefined behavior in SIMDRegister
|
2018-04-26 21:35:26 +01:00 |
|
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
|
2018-04-23 12:15:11 +01:00 |
|
ed
|
cdbc28c18b
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
Lukasz Kozakiewicz
|
3f7220c2af
|
AudioBlock: remove unnecessary cast from size_t to int.
|
2018-03-06 17:53:32 +01:00 |
|