RADLib
RADical C++ application framework
RADMedia::MidiNoteEvent Struct Reference

One scheduled MIDI note event. More...

#include <RADMedia.h>

Public Attributes

double startSeconds = 0.0
 Note start time in seconds from clip start. More...
 
double durationSeconds = 0.0
 Note duration in seconds. More...
 
uint8_t channel = 0
 MIDI channel, 0-15. More...
 
uint8_t note = 60
 MIDI note number, 0-127. More...
 
uint8_t velocity = 96
 MIDI velocity, 0-127. More...
 

Detailed Description

One scheduled MIDI note event.

Member Data Documentation

◆ channel

uint8_t RADMedia::MidiNoteEvent::channel = 0

MIDI channel, 0-15.

◆ durationSeconds

double RADMedia::MidiNoteEvent::durationSeconds = 0.0

Note duration in seconds.

◆ note

uint8_t RADMedia::MidiNoteEvent::note = 60

MIDI note number, 0-127.

◆ startSeconds

double RADMedia::MidiNoteEvent::startSeconds = 0.0

Note start time in seconds from clip start.

◆ velocity

uint8_t RADMedia::MidiNoteEvent::velocity = 96

MIDI velocity, 0-127.


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