Epok Engine

EPOK RUNTIME

epok::instrument::Lfo

Struct

Struct

Struct declared by the instrument-bank module for the instrument bank module.

Namespace
epok::instrument
Header
instrument_bank.hpp
Include
#include "instrument_bank.hpp"
Module
instrument-bank
Source
runtime/instrument_bank.hpp:14

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