EPOK RUNTIME
epok::instrument::Lfo
Struct
Struct
Struct declared by the instrument-bank module for the instrument bank module.
Basic usage
This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.
C++ example
#include "instrument_bank.hpp"
epok::instrument::Lfo& value = /* obtain a valid instance from your game */;Fields and constants
delayExposes `delay` on `epok::instrument::Lfo` for the instrument bank module.FieldfrequencyExposes `frequency` on `epok::instrument::Lfo` for the instrument bank module.FieldpitchExposes `pitch` on `epok::instrument::Lfo` for the instrument bank module.FieldvolumeExposes `volume` on `epok::instrument::Lfo` for the instrument bank module.Field