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

The waves that sound for one tone at a given note and velocity. More...

#include <tabulasonora/tone.hpp>

Public Attributes

std::string name
 The tone's name, or a placeholder when it is unassigned.
std::vector< ResolvedPartialpartials
 The sounding partials.

Detailed Description

The waves that sound for one tone at a given note and velocity.

Member Data Documentation

◆ name

std::string ts::ResolvedTone::name

The tone's name, or a placeholder when it is unassigned.

◆ partials

std::vector<ResolvedPartial> ts::ResolvedTone::partials

The sounding partials.


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