1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/modules/juce_dsp/processors
2018-02-20 13:49:07 +00:00
..
juce_Bias.h 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
juce_FIRFilter.cpp 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
juce_FIRFilter.h 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
juce_FIRFilter_test.cpp Various additions to SIMDRegister 2017-11-30 16:30:17 +00:00
juce_Gain.h 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
juce_IIRFilter.cpp 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
juce_IIRFilter.h DSP: Fixed an issue calling reset() on IIRFilters with SIMDRegister template types 2018-02-20 13:49:07 +00:00
juce_IIRFilter_Impl.h 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
juce_LadderFilter.cpp Added MathConstants::halfPi to improve readability 2017-12-06 12:56:00 +00:00
juce_LadderFilter.h DSP module: Various fixes and features including new LadderFilter 2017-10-31 11:18:00 +00:00
juce_Oscillator.h 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
juce_Oversampling.cpp 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
juce_Oversampling.h Documentation typo fix 2017-12-04 09:09:41 +00:00
juce_ProcessContext.h Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00
juce_ProcessorChain.h 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
juce_ProcessorDuplicator.h 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
juce_ProcessorWrapper.h 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
juce_Reverb.h DSP module: Various fixes and features including new LadderFilter 2017-10-31 11:18:00 +00:00
juce_StateVariableFilter.h 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
juce_WaveShaper.h 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