|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
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< ResolvedPartial > | partials |
| The sounding partials. | |
The waves that sound for one tone at a given note and velocity.
| std::string ts::ResolvedTone::name |
The tone's name, or a placeholder when it is unassigned.
| std::vector<ResolvedPartial> ts::ResolvedTone::partials |
The sounding partials.