mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
50e9a5ff64
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
21 lines
296 B
Markdown
21 lines
296 B
Markdown
# aconnect
|
|
|
|
> Manage ALSA sequencer connections.
|
|
> More information: <https://manned.org/aconnect>.
|
|
|
|
- List all ports:
|
|
|
|
`aconnect {{[-a|--all]}}`
|
|
|
|
- List readable input ports:
|
|
|
|
`aconnect {{[-i|--input]}}`
|
|
|
|
- List writeable output ports:
|
|
|
|
`aconnect {{[-o|--output]}}`
|
|
|
|
- Display help:
|
|
|
|
`aconnect`
|