libretro.drivers.midiΒΆ

Driver protocols and implementations for MIDI input and output.

See also

libretro.api.midi

The matching ctypes types and callback definitions.

Modules

driver

Protocol definition for MIDI input/output drivers.

generator

MidiDriver implementation that streams events produced by a generator function.