|
bool | write_midi (uint32_t port, uint32_t size, const uint8_t *data) |
|
|
uint32_t | m_midi_type |
|
uint32_t | m_event_buffer_format |
|
LV2_Event_Buffer * | m_buffer |
|
bool write_midi |
( |
uint32_t |
port, |
|
|
uint32_t |
size, |
|
|
const uint8_t * |
data |
|
) |
| |
|
inlineprotected |
This function can be used to write a MIDI event to an event input port in the plugin.
- Parameters
-
port | The port index. |
size | The number of bytes in the MIDI event. |
data | The MIDI data for the event. This should point to an array of size bytes. |
- Returns
true
if the event could be written to the plugin port, false
if it couldn't (for example if the host doesn't support MIDI events).
The documentation for this struct was generated from the following file: