Skip to content

File Monitor API for MIDI device

Julian Bouzas requested to merge julian/wireplumber:file-monitor into master

This MR adds a new WpFileMonitor API. This API allows users to be notified when a change in the file system has been done (see unit test for its usage).

Apart from that, The Lua API for WpFileMonitor is also included, in addition to a new midi.lua monitor script that uses WpFileMonitor to create an api.alsa.seq.bridge node when the /dev/snd/seq is added, like pipewire-media-session alsa-midi module.

Merge request reports