|
LMMS
|
#include "lmms_export.h"#include "interpolation.h"#include "LmmsTypes.h"#include "lmms_math.h"#include "Engine.h"#include "AudioEngine.h"Go to the source code of this file.
Classes | |
| struct | lmms::WaveMipMap |
| class | lmms::BandLimitedWave |
Namespaces | |
| namespace | lmms |
Functions | |
| QDataStream & | lmms::operator<< (QDataStream &out, WaveMipMap &waveMipMap) |
| QDataStream & | lmms::operator>> (QDataStream &in, WaveMipMap &waveMipMap) |
Variables | |
| constexpr int | lmms::MAXLEN = 11 |
| constexpr int | lmms::MIPMAPSIZE = 2 << ( MAXLEN + 1 ) |
| constexpr int | lmms::MIPMAPSIZE3 = 3 << ( MAXLEN + 1 ) |
| constexpr int | lmms::MAXTBL = 23 |
| constexpr int | lmms::MINTLEN = 2 << 0 |
| constexpr int | lmms::MAXTLEN = 3 << MAXLEN |
| const int | lmms::TLENS [MAXTBL+1] |