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

One scheduled MIDI pitch-bend event. More...

#include <RADMedia.h>

Public Attributes

double timeSeconds = 0.0
 Pitch-bend time in seconds from clip start. More...
 
uint8_t channel = 0
 MIDI channel, 0-15. More...
 
uint16_t value = 8192
 Raw MIDI pitch-bend value, clamped to 0-16383. Center is 8192. More...
 

Detailed Description

One scheduled MIDI pitch-bend event.

Member Data Documentation

◆ channel

uint8_t RADMedia::MidiPitchBend::channel = 0

MIDI channel, 0-15.

◆ timeSeconds

double RADMedia::MidiPitchBend::timeSeconds = 0.0

Pitch-bend time in seconds from clip start.

◆ value

uint16_t RADMedia::MidiPitchBend::value = 8192

Raw MIDI pitch-bend value, clamped to 0-16383. Center is 8192.


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