|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
An entry of the alternate-articulation table. More...
#include <tabulasonora/patch_directory.hpp>
Public Attributes | |
| std::string | name |
| The entry's ASCII name. | |
| int | threshold = 0 |
| Inter-note timing threshold that gates the alternate. | |
| ProgramReference | primary |
| The tone reference that normally sounds. | |
| ProgramReference | alternate |
| The alternate articulation, reachable only in mono/solo mode. | |
An entry of the alternate-articulation table.
| std::string ts::AlternateEntry::name |
The entry's ASCII name.
| int ts::AlternateEntry::threshold = 0 |
Inter-note timing threshold that gates the alternate.
| ProgramReference ts::AlternateEntry::primary |
The tone reference that normally sounds.
| ProgramReference ts::AlternateEntry::alternate |
The alternate articulation, reachable only in mono/solo mode.