The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Poole 400691b8e0 DSP: Fixed an issue calling reset() on IIRFilters with SIMDRegister template types 7 years ago
..
juce_Bias.h DSP: Added bypass support to ProcessChain and ensured that all DSP processors respect the process context's bypass flag 7 years ago
juce_FIRFilter.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 7 years ago
juce_FIRFilter.h DSP: Added bypass support to ProcessChain and ensured that all DSP processors respect the process context's bypass flag 7 years ago
juce_FIRFilter_test.cpp Various additions to SIMDRegister 7 years ago
juce_Gain.h DSP: Added bypass support to ProcessChain and ensured that all DSP processors respect the process context's bypass flag 7 years ago
juce_IIRFilter.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 7 years ago
juce_IIRFilter.h DSP: Fixed an issue calling reset() on IIRFilters with SIMDRegister template types 7 years ago
juce_IIRFilter_Impl.h DSP: Added bypass support to ProcessChain and ensured that all DSP processors respect the process context's bypass flag 7 years ago
juce_LadderFilter.cpp Added MathConstants::halfPi to improve readability 7 years ago
juce_LadderFilter.h DSP module: Various fixes and features including new LadderFilter 7 years ago
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 7 years ago
juce_Oversampling.cpp Began phasing out double_Pi and float_Pi in favour of MathConstants::pi. Also added MathConstants::twoPi 7 years ago
juce_Oversampling.h Documentation typo fix 7 years ago
juce_ProcessContext.h Some light modernisation of a bunch of old code 7 years ago
juce_ProcessorChain.h DSP: Added bypass support to ProcessChain and ensured that all DSP processors respect the process context's bypass flag 7 years ago
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 7 years ago
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 7 years ago
juce_Reverb.h DSP module: Various fixes and features including new LadderFilter 7 years ago
juce_StateVariableFilter.h DSP: Added bypass support to ProcessChain and ensured that all DSP processors respect the process context's bypass flag 7 years ago
juce_WaveShaper.h DSP: Added bypass support to ProcessChain and ensured that all DSP processors respect the process context's bypass flag 7 years ago