mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 07:57:28 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/linux/pw-mididump
Normal file
25
tldr/linux/pw-mididump
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pw-mididump
|
||||
|
||||
> Dump MIDI messages to `stdout`.
|
||||
> More information: <https://docs.pipewire.org/page_man_pw-mididump_1.html>.
|
||||
|
||||
- Listen for and dump all incoming MIDI events:
|
||||
|
||||
`pw-mididump`
|
||||
|
||||
- Dump MIDI events from a specific file:
|
||||
|
||||
`pw-mididump {{path/to/file.mid}}`
|
||||
|
||||
- Connect to a specific remote PipeWire instance:
|
||||
|
||||
`pw-mididump {{[-r|--remote]}} {{remote_instance_name}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pw-mididump {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user