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 |
|
jules
|
ff99aec1ab
|
Converted some old uses of non-C++ maths functions to their std equivalents
|
2017-10-09 17:45:44 +01:00 |
|
hogliux
|
2729625efb
|
Improved the confusing nomenclature of some of the SIMDRegister typedefs
|
2017-09-14 17:16:19 +01:00 |
|
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
hogliux
|
11d031f9f0
|
DSP: Added missing snapToZero in the StateVariableFilter
|
2017-09-06 16:22:03 +01:00 |
|
tpoole
|
6e818d42f4
|
Documentation fixes
|
2017-08-01 11:23:17 +01:00 |
|
tpoole
|
7c4a23bac7
|
Documentation fixes
|
2017-07-31 18:29:53 +01:00 |
|
hogliux
|
cafee4af97
|
Whitespace
|
2017-07-31 15:51:30 +01:00 |
|
hogliux
|
244a944857
|
Added the JUCE DSP module
|
2017-07-27 12:39:07 +01:00 |
|