1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

159 commits

Author SHA1 Message Date
ed
bdeaeaf368 macOS: Fixed some deprecation warnings and silenced some others for the time being 2019-06-24 15:05:17 +01:00
ed
5360191737 Fixed some documentation typos 2019-06-18 11:55:40 +01:00
Tom Poole
01935e3338 DSP: Guarded a rogue FMA instruction in the AVX native ops 2019-06-11 21:23:56 +01:00
Tom Poole
a4bd6cbc66 Fixed some more Linux compiler warnings 2019-06-06 10:25:19 +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
ed
9fe83c18bd Fixed indentation in juce_dsp.cpp 2019-04-02 11:54:42 +01:00
Tom Poole
12dfd3df45 DSP: Made AudioBlock::getSubsetChannelBlock const 2019-03-28 12:54:37 +00:00
reuk
55c512d9a1 DSP: Fixed a potential dangling reference issue in ProcessContext 2019-03-28 12:52:36 +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
ed
1a46fb3a5f Minor whitespace tidying 2019-03-15 14:10:14 +00:00
Zsolt Garamvolgyi
c3a8ea1ab6 SIMDRegister abs operation implemented 2019-03-12 17:19:59 +00:00
ed
13fadfe5e3 Minor documentation cleanup in the DSP module 2019-03-05 08:59:53 +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
aa361c9cf5 Documentation fixes 2019-02-22 10:01:53 +00:00
ed
6722194260 Bump version number to 5.4.3 2019-02-21 15:25:51 +00:00
ed
74bcfa1d83 Fixed a missing argument when creating an instance of FFTWImpl 2019-02-21 09:15:16 +00:00
Tom Poole
60d49c2ef0 Tidied up some documentation 2019-02-20 14:47:41 +00:00
Tom Poole
70395c9622 Improved some unit tests 2019-02-20 11:41:51 +00:00
Tom Poole
4751e9d41a Added a new templated SmoothedValue class 2019-02-19 09:38:04 +00:00
Ivan COHEN
36d71a0c75 DSP: Improved the smoothing of IR changes in the Convolution class 2019-02-15 15:10:51 +00:00
Tom Poole
6f2f9afb06 LinearSmoothedValue: Changed the new interface 2019-02-15 07:51:35 +00:00
reuk
b8278cec0e LinearSmoothedValue: Added some helpful member functions and deprecated setValue 2019-02-13 19:00:21 +00:00
Ivan COHEN
b8bee51651 DSP: Fixed some FIFO and memory allocation issues in convolutions 2019-02-13 12:00:46 +00:00
Ivan COHEN
595b31f561 Solved an issue with dsp::FilterDesign low-pass Kaiser's method 2019-02-13 10:57:14 +00:00
Tom Poole
77feb173b0 DSP: Improved some variable names and documentation 2019-02-13 10:26:06 +00:00
Tom Poole
e3ebe5aed1 Bump version number to 5.4.2 2019-02-07 10:02:17 +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
ed
eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 2018-11-28 17:29:20 +00:00
Tom Poole
ceec72457d DSP: Added some const processor accessors 2018-11-27 10:23:10 +00:00
ed
6d39f01793 Bump version number to 5.4.1 2018-11-12 11:26:11 +00:00
Tom Poole
55ebd17dfc Fixed a bug in the Oversampling class 2018-11-09 10:24:15 +00:00
ed
0b8fcc7a15 Bump version number to 5.4.0 2018-11-06 12:50:21 +00:00
Tom Poole
4137ee1b7d DSP: Fixed a couple of issues with the Oversampling class 2018-11-02 12:32:48 +00:00
Ivan COHEN
9829a8ad09 Made the dsp::Oversampling class more customisable 2018-10-09 17:22:19 +01:00
jules
77634bc802 Fixed an issue in dsp::FilterDesign functions, and added some extra functionality 2018-10-09 12:06:07 +01:00
Tom Poole
044c36f5bb DSP: Fixed some errors in the previous commit 2018-09-10 23:05:22 +01:00
Tom Poole
1396d7cfc5 DSP: Fixed an issue returning arrays of reference counted objects 2018-09-10 16:02:26 +01:00
Tom Poole
56022b6680 DSP: Fixed an uninitialised memory issue in the Convolution class 2018-09-10 09:47:23 +01:00
jules
750af63f8f Fixes to AudioBlock::copyTo and copyFrom 2018-08-31 16:52:54 +01:00
jules
397b0f80a2 bit of code clean-up 2018-08-31 16:52:22 +01:00
Tom Poole
493591a7ef Cleaned up some doc comments 2018-08-29 10:56:56 +01:00
Tom Poole
8632d853e9 DSP: Avoid a potential symbol collision 2018-08-23 11:12:23 +01:00
Tom Poole
0e1722e387 Multiple spelling fixes 2018-08-20 18:16:24 +01:00
hogliux
1b0cdc74f2 DSP: Ensured that FFTW is initialised and destroyed in a thread-safe way 2018-08-20 11:27:32 +01:00
Tom Poole
6cff481c6a Fixed some gcc 8 compiler warnings 2018-07-11 09:17:31 +01:00