Key info
-
struct key_info_t
Contains all the information needed to synthetise a key.
Either the ‘left’ attribute is valid, or both the ‘left’ and ‘right’ ones, according to the type of those audio samples.
Public Members
-
bool stereo = false
Indicates if there are two samples to use.
-
sample_info_t left
The LEFT or MONO audio sample to use.
-
sample_info_t right
The RIGHT audio sample to use.
-
bool stereo = false