1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
Commit graph

73 commits

Author SHA1 Message Date
ed
497a1b3fb7 Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01: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
ed
1a46fb3a5f Minor whitespace tidying 2019-03-15 14:10:14 +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
Tom Poole
4751e9d41a Added a new templated SmoothedValue class 2019-02-19 09:38:04 +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
Tom Poole
77feb173b0 DSP: Improved some variable names and documentation 2019-02-13 10:26:06 +00:00
ed
a234721110 Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +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
Tom Poole
55ebd17dfc Fixed a bug in the Oversampling class 2018-11-09 10:24:15 +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
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
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
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
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
f0e035f742 Fixed a compiler error in the DSP module when using clang C++17 support 2018-04-25 12:01:00 +01:00
Tom Poole
ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
hogliux
2f2ff9437b Windows: Fixed various compiler warnings and errors when building JUCE with MSVC's latest C++ 2017 support 2018-04-16 14:36:49 +01:00
jules
d691838765 Tidied up a few minor coding style discrepencies 2018-04-10 09:50:11 +01:00
ed
cdbc28c18b Add documentation tags 2018-03-15 12:10:32 +00:00
Tom Poole
7ec4cbdec0 Fixed a typo 2018-03-01 14:54:34 +00:00
Tom Poole
400691b8e0 DSP: Fixed an issue calling reset() on IIRFilters with SIMDRegister template types 2018-02-20 13:49:07 +00:00
hogliux
2577ed103f DSP: When given an input signal, the Oscillator processor will now mix it's output signal to the input, instead of replacing it 2018-02-16 12:34:21 +00:00
hogliux
0ba6cb4ecf DSP: Added bypass support to ProcessChain and ensured that all DSP processors respect the process context's bypass flag 2018-02-14 09:07:05 +00:00
jules
7326a37795 Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2 2018-01-09 15:15:33 +00:00
jules
81a76efcd3 Fix for dsp::ProcessorChain when used with a non-replacing context 2018-01-08 12:36:24 +00:00
jules
30a97ec91b Added some assertions to StateVariableFilter 2017-12-20 09:32:58 +00:00
jules
fdebb67071 DSP module: Added a Phase class 2017-12-12 12:52:25 +00:00
jules
73c319d249 Tidied up a few issues in AudioBlock 2017-12-07 17:01:00 +00:00
jules
d727f2a35a Added MathConstants::halfPi to improve readability 2017-12-06 12:56:00 +00:00
jules
d0111a4f96 Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 2017-12-06 11:16:22 +00:00
jules
8d8c69beb8 Documentation typo fix 2017-12-04 09:09:41 +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
Tom Poole
1ff97d3688 DSP: Fixed a bug when oversampling multiple channels 2017-11-20 18:01:23 +00:00
ed
a7055c3a96 Fixed a parameter name in Oscillator.h 2017-11-20 09:26:23 +00:00
hogliux
328c0f6593 DSP: Add "DSP" UnitTest category to dsp module UnitTests 2017-11-07 14:41:25 +00:00
jules
c1bdfc6a55 Added a safety assertion to check if an Oscillator's been initialised 2017-11-01 17:31:00 +00:00
jules
1e3e4ab195 Fixed a compiler warning 2017-10-31 11:47:06 +00:00