EPOK RUNTIME
epok::instrument::synth::State
Class
Class
Class declared by the instrument-synth module for the instrument synth 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_synth.hpp"
epok::instrument::synth::State value();Constructors
Public methods
activePerforms `active` as part of the instrument synth module.MethodadvancePerforms `advance` as part of the instrument synth module.Methodcopy_initialThe immutable prepared source must outlive this voice, like its bank.MethoderrorPerforms `error` as part of the instrument synth module.MethodoutputPerforms `output` as part of the instrument synth module.MethodreleasePerforms `release` as part of the instrument synth module.MethodresetResets reset as part of the instrument synth module.Methodstart`bank.data` must outlive this state.Methodstart_validatedPSX loader has validated the immutable bank and the kernel has validated controls/note data.Methodstart_voiceHost source-preview adapters may construct the same neutral wire structs without fabricating an EPSB container.Methodupdate_controlsUpdates controls as part of the instrument synth module.Method