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

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

Detailed Description

One key zone of a tone, expressed in MIDI note numbers.

Member Data Documentation

◆ partial_index

int ts::ToneZone::partial_index = 0

◆ velocity_low

int ts::ToneZone::velocity_low = 0

◆ velocity_high

int ts::ToneZone::velocity_high = 0

◆ key_low

int ts::ToneZone::key_low = 0

◆ key_high

int ts::ToneZone::key_high = 0

◆ wave

int ts::ToneZone::wave = 0

◆ descriptor

WaveDescriptor ts::ToneZone::descriptor

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