| 
    DISTRHO Plugin Framework
    
   | 
 
#include <DistrhoDetails.hpp>
Public Attributes | |
| uint32_t | frame | 
| uint32_t | size | 
| uint8_t | data [kDataSize] | 
| const uint8_t * | dataExt | 
Static Public Attributes | |
| static constexpr const uint32_t | kDataSize = 4 | 
MIDI event.
      
  | 
  staticconstexpr | 
Size of internal data.
| uint32_t MidiEvent::frame | 
Time offset in frames.
| uint32_t MidiEvent::size | 
Number of bytes used.
| uint8_t MidiEvent::data[kDataSize] | 
MIDI data.
If size > kDataSize, dataExt is used (otherwise null).
When dataExt is used, the event holder is responsible for keeping the pointer valid during the entirety of the run function.