26#ifndef LMMS_OSCILLATORCONSTANTS_H
27#define LMMS_OSCILLATORCONSTANTS_H
54 using waveform_t = std::array<wavetable_t, WAVE_TABLES_PER_WAVEFORM_COUNT>;
Definition OscillatorConstants.h:34
const int SEMITONES_PER_TABLE
Definition OscillatorConstants.h:45
constexpr int WAVETABLE_LENGTH
Definition OscillatorConstants.h:39
std::array< wavetable_t, WAVE_TABLES_PER_WAVEFORM_COUNT > waveform_t
Definition OscillatorConstants.h:54
const int MAX_FREQ
Definition OscillatorConstants.h:37
std::array< sample_t, WAVETABLE_LENGTH > wavetable_t
Definition OscillatorConstants.h:53
const int WAVE_TABLES_PER_WAVEFORM_COUNT
Definition OscillatorConstants.h:46