|
RADLib
RADical C++ application framework
|
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... | |
One scheduled MIDI pitch-bend event.
| uint8_t RADMedia::MidiPitchBend::channel = 0 |
MIDI channel, 0-15.
| double RADMedia::MidiPitchBend::timeSeconds = 0.0 |
Pitch-bend time in seconds from clip start.
| uint16_t RADMedia::MidiPitchBend::value = 8192 |
Raw MIDI pitch-bend value, clamped to 0-16383. Center is 8192.