NoteExpressionValueEvent

Undocumented in source.
version(VST3)
struct NoteExpressionValueEvent {}

Members

Variables

noteId
int32 noteId;

< associated note identifier to apply the change

typeId
NoteExpressionTypeID typeId;

< see \ref NoteExpressionTypeID

value
NoteExpressionValue value;

< normalized value [0.0, 1.0].

Meta