readme.aseqnet

来自「ALSA驱动的一些调试测试工具」· ASEQNET 代码 · 共 54 行

ASEQNET
54
字号
================================================================	ALSA sequencer connectors over network		ver.0.1	Copyright (C) 1999-2000 Takashi Iwai================================================================* ASEQNETaseqnet is a sequencer client which sends/receives events overnetwork.  Suppose two hosts (hostA and hostB) connected by network.You need to run ALSA system on both hosts.  Then, start aseqnet as aserver on hostA:	hostA% aseqnet	sequencer opened: 128:0A user client 128 with port 0 was opened. (The client number mayvary.)  At next, start client on hostB.  The argument is the hostnamewhere server is running.	hostB% aseqnet hostA	sequencer opened: 132:0Now events sent to hostA:128:0 is transferred to hostB:132:0, and viceversa.You can connect these ports arbitrary to other sequencer ports.For example, connect hostB:132:0 to a MIDI output device 65:0.  Theaconnect utility can be used for this:	hostB% aconnect 132:0 65:0Events to hostA:128:0 will be delivered indirectly to hostB:65:0.You'll hear MIDI sounds as following:	hostA% pmidi -p 128:0 foo.midThe multiple clients may exist simultaneously.  If hostC is connectedas a client to hostA, events from from hostA are sent to all connectednetwork clients, hostB and hostC.  However, only one connection isallowed from a client to a server.To disconnect network, stop all clients before server by ctrl-C orsending signal to them.  The server will automatically quit.The available options are:  -p port : specify the TCP port number or TCP service name.            Default value is 40002.  -s addr : explicit read-subscription to the given address            (client:addr).  -d addr : explicit write-subscription to the given address.  -v      : verbose mode.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?