Module buffer

Source
Expand description

Lock-free MIDI buffer for thread-safe communication.

Provides a realtime-safe channel for passing MIDI messages between threads, suitable for MIDI input thread to audio thread communication.

Structs§

MidiBufferConsumer
Consumer side of the MIDI buffer (used in audio thread).
MidiBufferProducer
Producer side of the MIDI buffer (used in MIDI input thread).

Functions§

midi_buffer
Create a MIDI buffer pair for thread-safe MIDI message transfer.