|
Tabula Sonora 0.1.0
A native C++20 implementation of the Roland Sound Canvas VA synth voice
|
One key zone of a tone, expressed in MIDI note numbers. More...
#include <tabulasonora/patch_directory.hpp>
Public Attributes | |
| int | partial_index = 0 |
| int | velocity_low = 0 |
| int | velocity_high = 0 |
| int | key_low = 0 |
| int | key_high = 0 |
| int | wave = 0 |
| WaveDescriptor | descriptor |
One key zone of a tone, expressed in MIDI note numbers.
| int ts::ToneZone::partial_index = 0 |
| int ts::ToneZone::velocity_low = 0 |
| int ts::ToneZone::velocity_high = 0 |
| int ts::ToneZone::key_low = 0 |
| int ts::ToneZone::key_high = 0 |
| int ts::ToneZone::wave = 0 |
| WaveDescriptor ts::ToneZone::descriptor |