|
RADLib
RADical C++ application framework
|
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... | |
One scheduled MIDI note event.
| uint8_t RADMedia::MidiNoteEvent::channel = 0 |
MIDI channel, 0-15.
| double RADMedia::MidiNoteEvent::durationSeconds = 0.0 |
Note duration in seconds.
| uint8_t RADMedia::MidiNoteEvent::note = 60 |
MIDI note number, 0-127.
| double RADMedia::MidiNoteEvent::startSeconds = 0.0 |
Note start time in seconds from clip start.
| uint8_t RADMedia::MidiNoteEvent::velocity = 96 |
MIDI velocity, 0-127.