|
Carla Backend
|
#include <CarlaEngine.hpp>
Public Attributes | |
| uint8_t | port |
| Port offset (usually 0) More... | |
| uint8_t | size |
| Number of bytes used. More... | |
| uint8_t | data [kDataSize] |
| const uint8_t * | dataExt |
Static Public Attributes | |
| static const uint8_t | kDataSize = 4 |
| Size of internal data. More... | |
Engine MIDI event.
|
static |
Size of internal data.
| uint8_t EngineMidiEvent::port |
Port offset (usually 0)
| uint8_t EngineMidiEvent::size |
Number of bytes used.
| uint8_t EngineMidiEvent::data[kDataSize] |
MIDI data, without channel bit. If size > kDataSize, dataExt is used (otherwise NULL).
| const uint8_t* EngineMidiEvent::dataExt |
1.8.17