pw-{midi2play, midi2record}: add page (#21980)

* 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>
This commit is contained in:
Ivan Baluta
2026-05-10 13:17:06 +02:00
committed by GitHub
co-authored by Managor
parent a49b82e6d4
commit 6605ef2a41
2 changed files with 36 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# 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]}}`
+18
View File
@@ -0,0 +1,18 @@
# pw-midi2record
> Record MIDI 2.0 clips through PipeWire.
> Note: This command is an alias of `pw-cat --record --midi-clip`.
> See also: `pw-cat`, `pw-midi2play`, `pw-midirecord`.
> More information: <https://docs.pipewire.org/page_man_pw-cat_1.html>.
- Record a MIDI 2.0 clip file from the default source:
`pw-midi2record {{path/to/file.mid}}`
- Record a MIDI clip, forcing the MIDI format to use (defaults to `ump`):
`pw-midi2record {{[-M|--force-midi]}} {{midi|ump}} {{path/to/file.mid}}`
- Display help:
`pw-midi2record {{[-h|--help]}}`