LinuxCommandLibrary

pw-mididump

Debug and monitor MIDI events

TLDR

Listen for and dump all incoming MIDI events

$ pw-mididump
copy
Dump MIDI events from a specific file
$ pw-mididump path/to/file.mid
copy
Connect to a specific remote PipeWire instance
$ pw-mididump -r remote_instance
copy
Display help
$ pw-mididump -h
copy

SYNOPSIS

pw-mididump [options] [file]

DESCRIPTION

pw-mididump dumps MIDI messages to stdout for debugging and monitoring purposes. It can listen for real-time MIDI events from connected devices or read MIDI data from files.
This is useful for troubleshooting MIDI connectivity and verifying that MIDI data is being received correctly.

PARAMETERS

-r, --remote name

Connect to specific remote PipeWire instance
-h, --help
Display help message

CAVEATS

Real-time MIDI monitoring requires appropriate device permissions. Output format is designed for debugging, not for creating MIDI files.

HISTORY

Part of PipeWire, the modern multimedia framework for Linux. Provides MIDI debugging capabilities within the PipeWire ecosystem.

SEE ALSO

pipewire(1), pw-cli(1), aconnect(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community