|
LMMS
|
Go to the source code of this file.
Classes | |
| class | lmms::EqFilter |
| The EqFilter class. A wrapper for the StereoBiQuad class, giving it freq, res, and gain controls. Used on a per channel per frame basis with recalculation of coefficents upon parameter changes. The intention is to use this as a bass class, children override the calcCoefficents() function, providing the coefficents a1, a2, b0, b1, b2. More... | |
| class | lmms::EqHp12Filter |
| The EqHp12Filter class A 2 pole High Pass Filter Coefficent calculations from http://www.musicdsp.org/files/Audio-EQ-Cookbook.txt. More... | |
| class | lmms::EqLp12Filter |
| The EqLp12Filter class. A 2 pole low pass filter Coefficent calculations from http://www.musicdsp.org/files/Audio-EQ-Cookbook.txt. More... | |
| class | lmms::EqPeakFilter |
| The EqPeakFilter class A Peak Filter Coefficent calculations from http://www.musicdsp.org/files/Audio-EQ-Cookbook.txt. More... | |
| class | lmms::EqLowShelfFilter |
| class | lmms::EqHighShelfFilter |
| class | lmms::EqLinkwitzRiley |
Namespaces | |
| namespace | lmms |