Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
Loading...
Searching...
No Matches
ts::TvfChain::Offsets Struct Reference

The envelope's peak and its five stage offsets, in cutoff units relative to that peak. More...

#include <tabulasonora/tvf_chain.hpp>

Public Attributes

int peak = 0
std::array< int, 4 > segments {}
int release = 0

Detailed Description

The envelope's peak and its five stage offsets, in cutoff units relative to that peak.

Member Data Documentation

◆ peak

int ts::TvfChain::Offsets::peak = 0

◆ segments

std::array<int, 4> ts::TvfChain::Offsets::segments {}

◆ release

int ts::TvfChain::Offsets::release = 0

The documentation for this struct was generated from the following file: