ASPiK SDK
|
Information about a MIDI event. More...
#include <pluginstructures.h>
Public Attributes | |
uint32_t | midiMessage = 0 |
BYTE message as UINT. | |
uint32_t | midiChannel = 0 |
BYTE channel as UINT. | |
uint32_t | midiData1 = 0 |
BYTE data 1 as UINT. | |
uint32_t | midiData2 = 0 |
BYTE data 2 as UINT. | |
uint32_t | midiSampleOffset = 0 |
sample offset of midi event within audio buffer | |
int | midiPitchBendValue = 0 |
midi pitch bend value (14-bit) | |
float | midiNormalizedPitchBendValue = 0.0 |
normalized bitch bend value | |
bool | midiIsDirty = false |
dirty flag | |
double | audioTimeStamp = 0.0 |
time stamp (not all APIs) | |
Information about a MIDI event.