[DESCRIPTION]
Can be used as a sender or a receiver. Can also list available ALSA MIDI ports.

[EXAMPLES]
Let say we want to stream MIDI data from host 10.10.10.80 to host 10.10.10.65. We first need to plug our input MIDI device on the first computer, and to choose an output MIDI device on the second computer. We can list the MIDI devices on each computer using the following command: 

  midistream --list-devices

This way, you know the number of the MIDI device to use on each host. The next step is to know the IP address of each host. The ifconfig command can help you with that. Finally, start the sender on the first computer, and the receiver on the second.

On the first host, start the sender: 

  midistream -a 10.10.10.65 -i 3 -s 10000 -v


On the second host, start the receiver:

  midistream -a 10.10.10.80 -o 0 -r 10000 -v

[AUTHOR]
Antoine Collet <antoine.collet@gmail.com>
Alexandre Quessy <alexandre@quessy.net>
Tristan Matthews <tristan@sat.qc.ca>

[REPORTING BUGS]
http://svn.sat.qc.ca/trac/scenic

[COPYRIGHT]
Scenic
Copyright (C) 2008 Society for Arts and Technology (SAT)
http://www.sat.qc.ca
All rights reserved. 

This file is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

Scenic is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Scenic.  If not, see <http://www.gnu.org/licenses/>.

[SEE ALSO]
scenic(1), milhouse(1), firereset(1), dc-ctl(1), jack-info(1), /usr/share/scenic/docbook
