.. |
juce_Bias.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_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
|
Various additions to SIMDRegister
|
7 years ago |
juce_FIRFilter_test.cpp
|
Various additions to SIMDRegister
|
7 years ago |
juce_Gain.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_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
|
Linux: Fixed a build error with gcc on linux when using SIMD registers in the DSP module's IIR filter
|
7 years ago |
juce_IIRFilter_Impl.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_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 module: Added a Phase class
|
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
|
Fix for dsp::ProcessorChain when used with a non-replacing context
|
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
|
Added some missing math constants to the Javascript parser, and a constant MathConstants::sqrt2
|
7 years ago |
juce_WaveShaper.h
|
Tidied up a few issues in AudioBlock
|
7 years ago |