|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
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. | |
One partial that sounds for a given note and velocity.
| int ts::ResolvedPartial::partial_index = 0 |
Index within the tone's present partials.
| int ts::ResolvedPartial::wave = 0 |
Selected wave number.
| WaveDescriptor ts::ResolvedPartial::descriptor |
The wave's ROM coordinates.