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

#include <ivstnoteexpression.h>

Public Attributes

NoteExpressionTypeID typeId
 see NoteExpressionTypeID (kTextTypeID or kPhoneticTypeID)
int32 noteId
 associated note identifier to apply the change
uint32 textLen
 null character (without including the terminating null character itself)
const TChartext
 UTF-16, null terminated.

Detailed Description

Note Expression Text event. Used in Event (union) A Expression event affects one single playing note.

See also
INoteExpressionController
NoteExpressionTypeInfo

Member Data Documentation

◆ noteId

int32 Steinberg::Vst::NoteExpressionTextEvent::noteId

associated note identifier to apply the change

◆ text

const TChar* Steinberg::Vst::NoteExpressionTextEvent::text

UTF-16, null terminated.

◆ textLen

uint32 Steinberg::Vst::NoteExpressionTextEvent::textLen

null character (without including the terminating null character itself)

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

◆ typeId

NoteExpressionTypeID Steinberg::Vst::NoteExpressionTextEvent::typeId

see NoteExpressionTypeID (kTextTypeID or kPhoneticTypeID)


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