mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
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:
@@ -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]}}`
|
||||
@@ -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]}}`
|
||||
Reference in New Issue
Block a user