|
LMMS
|
Typedefs | |
| using | wavetable_t = std::array<sample_t, WAVETABLE_LENGTH> |
| using | waveform_t = std::array<wavetable_t, WAVE_TABLES_PER_WAVEFORM_COUNT> |
Variables | |
| const int | MAX_FREQ = 20000 |
| constexpr int | WAVETABLE_LENGTH = static_cast<int>(MAX_FREQ / 8.176) |
| const int | SEMITONES_PER_TABLE = 1 |
| const int | WAVE_TABLES_PER_WAVEFORM_COUNT = 128 / SEMITONES_PER_TABLE |
| using lmms::OscillatorConstants::waveform_t = std::array<wavetable_t, WAVE_TABLES_PER_WAVEFORM_COUNT> |
| using lmms::OscillatorConstants::wavetable_t = std::array<sample_t, WAVETABLE_LENGTH> |
| const int lmms::OscillatorConstants::WAVE_TABLES_PER_WAVEFORM_COUNT = 128 / SEMITONES_PER_TABLE |