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

21 commits

Author SHA1 Message Date
jules
3d7c777238 Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00
jules
5eb8f9c2c2 Normalised all the copy/move/assignment constructors for the dsp module IIR and FIR filter classes. These now do NOT reset the filter when they get copied, and they expect that the user-supplied process state class is copyable 2017-10-02 14:59:54 +01:00
jules
82648926c6 Whitespace 2017-10-02 10:03:00 +01:00
jules
82073da570 Made the dsp::Filter copy constructor reset the state. Also added a couple of missing move constructors to that class 2017-10-02 09:23:17 +01:00
jules
e0c079c448 Added a couple of assertions in IIR::Coefficients 2017-09-19 12:05:11 +01:00
hogliux
74c7633aab DSP: snapToZero is now a public method of the IIR and StateVariable filters so that they can be called manually after sample by sample processing 2017-09-13 10:06:36 +01: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
11d031f9f0 DSP: Added missing snapToZero in the StateVariableFilter 2017-09-06 16:22:03 +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
hogliux
606a81cc14 DSP: Fixed a potential crash when using the default constructor of ProcessorDuplicator 2017-08-01 18:06:41 +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
264ccf5191 Fixed a compiler error when using the default constructor of dsp::IIR::Filter 2017-07-31 15:55:10 +01:00
hogliux
d3e4d9cc56 DSP: Added a second reset method to flush the IIR filter to a specific value 2017-07-31 15:51:21 +01:00
jules
2f34b90f63 Fixed a typo in comments for Oscillator 2017-07-28 15:03:48 +01:00
hogliux
3b8f33e9a8 Fix the documentation of the Oscillator class 2017-07-28 11:35:11 +01:00
hogliux
cb0fe20129 Fixed a missing reset implementation of the Bias processor in the DSP module 2017-07-27 15:45:02 +01:00
hogliux
244a944857 Added the JUCE DSP module 2017-07-27 12:39:07 +01:00