EPOK RUNTIME
epok::instrument::Envelope
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::Envelope& value = /* obtain a valid instance from your game */;Fields and constants
attackExposes `attack` on `epok::instrument::Envelope` for the instrument bank module.FielddecayExposes `decay` on `epok::instrument::Envelope` for the instrument bank module.Fielddecay_keyExposes `decay_key` on `epok::instrument::Envelope` for the instrument bank module.FielddelayExposes `delay` on `epok::instrument::Envelope` for the instrument bank module.FieldholdExposes `hold` on `epok::instrument::Envelope` for the instrument bank module.Fieldhold_keyExposes `hold_key` on `epok::instrument::Envelope` for the instrument bank module.FieldreleaseExposes `release` on `epok::instrument::Envelope` for the instrument bank module.FieldsustainExposes `sustain` on `epok::instrument::Envelope` for the instrument bank module.Field