#include <lv2-midifunctions.h>
Data Fields | |
LV2_MIDI * | midi |
The MIDI port structure that we want to read or write. | |
uint32_t | frame_count |
The number of frames in this process cycle. | |
uint32_t | position |
The current position in the data buffer. |
It needs to be recreated or at least reinitialised every process() call.
The MIDI port structure that we want to read or write.
uint32_t LV2_MIDIState::frame_count |
The number of frames in this process cycle.
uint32_t LV2_MIDIState::position |
The current position in the data buffer.
Should be initialised to 0.