mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-17 17:17:40 +08:00
* pw-midi2play: add page * pw-midi2record: add page * Delete pages/pw-midi2record.md * pw-midi2record: add page * Update pages/linux/pw-midi2play.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> * Update pages/linux/pw-midi2record.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
537 B
537 B
pw-midi2play
Play MIDI 2.0 clips through PipeWire. Note: This command is an alias of
pw-cat --playback --midi-clip. See also:pw-cat,pw-midi2record,pw-midiplay. More information: https://docs.pipewire.org/page_man_pw-cat_1.html.
- Play a MIDI 2.0 clip file over the default target:
pw-midi2play {{path/to/file.mid}}
- Play a MIDI clip, forcing the MIDI format to use (defaults to
ump):
pw-midi2play {{[-M|--force-midi]}} {{midi|ump}} {{path/to/file.mid}}
- Display help:
pw-midi2play {{[-h|--help]}}