#include <lv2gui.hpp>
Inherits LV2::Extension< Required >.
Protected Member Functions | |
| bool | write_midi (uint32_t port, uint32_t size, const uint8_t *data) |
| bool LV2::WriteMIDI< Required >::I< Derived >::write_midi | ( | uint32_t | port, | |
| uint32_t | size, | |||
| const uint8_t * | data | |||
| ) | [inline, protected] |
This function can be used to write a MIDI event to an event input port in the plugin.
| 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. |
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).
1.5.5