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 |
|
jules
|
f71df8704a
|
Added an AudioBlock::multiply() overload for LinearSmoothedValue
|
2018-01-31 15:04:29 +00:00 |
|
Noah Dayan
|
365507d7fd
|
Fixed typo in juce_SIMDRegister.h
|
2018-01-26 09:03:34 +00:00 |
|
Noah Dayan
|
e1abac681d
|
Fixed typos in juce_SIMDRegister.h
|
2018-01-23 10:56:05 +00:00 |
|
jules
|
c4342e684d
|
Added some get/set/addSample methods to AudioBlock
|
2017-12-18 15:31:16 +00:00 |
|
jules
|
73c319d249
|
Tidied up a few issues in AudioBlock
|
2017-12-07 17:01:00 +00:00 |
|
Zsolt Garamvolgyi
|
daab5147c2
|
Fixed SIMDRegister errors in the 32-bit VS2017 build
|
2017-12-05 14:59:01 +00:00 |
|
Zsolt Garamvolgyi
|
8f02179bbf
|
Various additions to SIMDRegister
|
2017-11-30 16:30:17 +00:00 |
|
jules
|
f85d706131
|
Some minor formatting and comment fixes
|
2017-11-28 17:46:15 +00:00 |
|
hogliux
|
e2ae08e111
|
DSP: Added an alignment argument to AudioBlock
|
2017-11-07 14:41:33 +00:00 |
|
hogliux
|
eb8400b366
|
DSP: Added SIMDRegister::copyToRawArray and SIMDRegister::fromRawArray to easily convert between raw arrays and SIMD registers
|
2017-11-07 14:40:25 +00:00 |
|
jules
|
aecb819985
|
Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef)
|
2017-10-30 14:52:47 +00:00 |
|
jules
|
dd4230586f
|
Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up
|
2017-10-11 12:26:05 +01:00 |
|