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

#include <ivstevents.h>

Public Attributes

int16 channel
 channel index in event bus
int16 pitch
 range [0, 127] = [C-2, G8] with A3=440Hz (12-TET)
float velocity
 range [0.0, 1.0]
int32 noteId
 associated noteOn identifier (if not available then -1)
float tuning
 1.f = +1 cent, -1.f = -1 cent

Detailed Description

Note-off event specific data. Used in Event (union)

Member Data Documentation

◆ channel

int16 Steinberg::Vst::NoteOffEvent::channel

channel index in event bus

◆ noteId

int32 Steinberg::Vst::NoteOffEvent::noteId

associated noteOn identifier (if not available then -1)

◆ pitch

int16 Steinberg::Vst::NoteOffEvent::pitch

range [0, 127] = [C-2, G8] with A3=440Hz (12-TET)

◆ tuning

float Steinberg::Vst::NoteOffEvent::tuning

1.f = +1 cent, -1.f = -1 cent

◆ velocity

float Steinberg::Vst::NoteOffEvent::velocity

range [0.0, 1.0]


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