Nanomidi
Simple stream-based MIDI message encoder and decoder
midi_sysex_buffer Struct Reference

Buffer for SysEx messages decoding. More...

#include <decoder.h>

Data Fields

void * data
 Pointer to a optional buffer allocated by the user. More...
 
size_t size
 Buffer size. More...
 

Detailed Description

Buffer for SysEx messages decoding.

Field Documentation

◆ data

void* data

Pointer to a optional buffer allocated by the user.

Can be set to NULL if SysEx decoding is not needed. The buffer should be large enough to accommodate the largest possible SysEx message (excluding "SOX" and "EOX" bytes).

◆ size

size_t size

Buffer size.


The documentation for this struct was generated from the following file: