VST 3 Interfaces VST 3.7
SDK for developing VST plug-in
ChordEvent Struct Reference

Chord event specific data. More...

#include <ivstevents.h>

Public Attributes

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

Detailed Description

Chord event specific data.

Used in Event (union)

Member Data Documentation

◆ root

int16 root

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

◆ bassNote

int16 bassNote

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

◆ mask

int16 mask

root is bit 0

◆ textLen

uint16 textLen

the number of characters (TChar) between the beginning of text and the terminating null character (without including the terminating null character itself)

◆ text

const TChar* text

UTF-16, null terminated Hosts Chord Name.

Empty

Copyright © Steinberg Media Technologies GmbH. All Rights Reserved. This documentation is under this license.