LMMS
Loading...
Searching...
No Matches
Steinberg::Vst::ChordEvent Struct Reference

#include <ivstevents.h>

Public Attributes

int16 root
 range [0, 127] = [C-2, G8] with A3=440Hz
int16 bassNote
 range [0, 127] = [C-2, G8] with A3=440Hz
int16 mask
 root is bit 0
uint16 textLen
 null character (without including the terminating null character itself)
const TChartext
 UTF-16, null terminated Hosts Chord Name.

Detailed Description

Chord event specific data. Used in Event (union)

Member Data Documentation

◆ bassNote

int16 Steinberg::Vst::ChordEvent::bassNote

range [0, 127] = [C-2, G8] with A3=440Hz

◆ mask

int16 Steinberg::Vst::ChordEvent::mask

root is bit 0

◆ root

int16 Steinberg::Vst::ChordEvent::root

range [0, 127] = [C-2, G8] with A3=440Hz

◆ text

const TChar* Steinberg::Vst::ChordEvent::text

UTF-16, null terminated Hosts Chord Name.

◆ textLen

uint16 Steinberg::Vst::ChordEvent::textLen

null character (without including the terminating null character itself)

the number of characters (TChar) between the beginning of text and the terminating


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