Linux command
aseqnet 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start
aseqnet
Example
aseqnet [hostname]
Example
aseqnet -p [40002] [hostname]
Example
aseqnet -s [client:port] [hostname]
Example
aseqnet -d [client:port] [hostname]
说明
aseqnet transmits ALSA sequencer events over a network connection. It enables MIDI communication between machines, allowing remote MIDI control or distributed music setups. Running without arguments starts a server; specifying a hostname connects as client. Ports created by aseqnet can be connected to other sequencer ports via aconnect(1).
参数
- hostname
- Connect to this server (client mode)
- -p _port_
- TCP port number or service name (default: 40002)
- -s _addr_
- Subscribe to the given address for read automatically (client:port)
- -d _addr_
- Subscribe to the given address for write automatically (client:port)
- -n _name_
- Specify the MIDI name of the process
- -v
- Verbose output
FAQ
What is the aseqnet command used for?
aseqnet transmits ALSA sequencer events over a network connection. It enables MIDI communication between machines, allowing remote MIDI control or distributed music setups. Running without arguments starts a server; specifying a hostname connects as client. Ports created by aseqnet can be connected to other sequencer ports via aconnect(1).
How do I run a basic aseqnet example?
Run `aseqnet` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does hostname do in aseqnet?
Connect to this server (client mode)