EPOK RUNTIME
epok::instrument::synth::Error
Enum
Enum
Enum 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"
auto value = epok::instrument::synth::Error::ArithmeticOverflow;Values
ArithmeticOverflowNamed value `ArithmeticOverflow` in `epok::instrument::synth::Error`.Enum valueInvalidBankNamed value `InvalidBank` in `epok::instrument::synth::Error`.Enum valueInvalidControlsNamed value `InvalidControls` in `epok::instrument::synth::Error`.Enum valueInvalidNoteNamed value `InvalidNote` in `epok::instrument::synth::Error`.Enum valueInvalidZoneNamed value `InvalidZone` in `epok::instrument::synth::Error`.Enum valueNoneNamed value `None` in `epok::instrument::synth::Error`.Enum valueUnsupportedDestinationNamed value `UnsupportedDestination` in `epok::instrument::synth::Error`.Enum value