#ifndef MIDI_H #define MIDI_H // cppcheck-suppress missingIncludeSystem #include void midi_handle_events(void *port_buffer, jack_nframes_t nframes); #endif