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

23 commits

Author SHA1 Message Date
Ivan Cohen
c138bf91b4 DSP: Revamp DSP module 2020-04-24 14:37:09 +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
reuk
a7d5d8dd95 DSP: Add missing consts in Oversampling 2020-03-12 18:30:45 +00:00
Tom Poole
8b8c3b3280 DSP: Fixed a bug oversampling an AudioBlock referencing const data 2019-11-12 16:09:55 +00:00
ed
4edb0d2c90 Tidied up some divider comments 2019-09-06 12:00:26 +01:00
Tom Poole
41055ad782 DSP: Refactored AudioBlock 2019-08-15 12:49:47 +01:00
Tom Poole
77feb173b0 DSP: Improved some variable names and documentation 2019-02-13 10:26:06 +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
102ed4a9f2 Fixed some compiler warnings 2018-06-27 17:02:25 +01:00
jules
d691838765 Tidied up a few minor coding style discrepencies 2018-04-10 09:50:11 +01: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
Tom Poole
1ff97d3688 DSP: Fixed a bug when oversampling multiple channels 2017-11-20 18:01:23 +00:00
hogliux
e2c8e30d72 Added a ScopedNoDenormal class to temporarily disable denormals 2017-09-12 11:32:32 +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
f1d6298206 DSP: Fixed multiple issues with the DSP Oversampling class and updated DSP module plug-in demo code accordingly 2017-09-06 10:17:09 +01:00
tpoole
9600016294 Fixed some undefined (or implementation defined) behavior 2017-08-24 18:16:03 +01:00
hogliux
bd6ca234cb Added Oversampling processor to DSP module 2017-08-23 16:15:58 +01:00