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

One partial that sounds for a given note and velocity. More...

#include <tabulasonora/tone.hpp>

Public Attributes

int partial_index = 0
 Index within the tone's present partials.
int wave = 0
 Selected wave number.
WaveDescriptor descriptor
 The wave's ROM coordinates.

Detailed Description

One partial that sounds for a given note and velocity.

Member Data Documentation

◆ partial_index

int ts::ResolvedPartial::partial_index = 0

Index within the tone's present partials.

◆ wave

int ts::ResolvedPartial::wave = 0

Selected wave number.

◆ descriptor

WaveDescriptor ts::ResolvedPartial::descriptor

The wave's ROM coordinates.


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