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

294 commits

Author SHA1 Message Date
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
jules
1e6bbb8da9 Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01:00
hogliux
544e35655a DSP: Solved an issue with dsp::Convolution algorithm initialisation 2018-06-29 10:02:33 +01:00
Tom Poole
102ed4a9f2 Fixed some compiler warnings 2018-06-27 17:02:25 +01:00
jules
49aa9c9db4 Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 2018-06-26 14:06:52 +01:00
Noah Dayan
f2824e96ef Fixed typos in the DSP module 2018-05-24 10:08:39 +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
ed
2d79cc78c0 Bump version number to 5.3.2 2018-05-09 12:34:36 +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
f0e035f742 Fixed a compiler error in the DSP module when using clang C++17 support 2018-04-25 12:01:00 +01:00
hogliux
bb78ed2006 Make sure that a recent dsp compiler warnings fix is only applied to newer gcc versions 2018-04-23 15:22:26 +01:00