|
LMMS
|
#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 TChar * | text |
| UTF-16, null terminated. | |
Note Expression Text event. Used in Event (union) A Expression event affects one single playing note.
| int32 Steinberg::Vst::NoteExpressionTextEvent::noteId |
associated note identifier to apply the change
| 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
| NoteExpressionTypeID Steinberg::Vst::NoteExpressionTextEvent::typeId |
see NoteExpressionTypeID (kTextTypeID or kPhoneticTypeID)