Pseudo MIDI de-multiplexa daemon
================================

plm : tiny MIDI de-multiplex-a daemon

  plm receives any midi-event from <midi_device> and through it to
  (in_device).
  plm also receives any midi-event from (out_device) and through it to
  <midi_device>.
  So you can specify same <midi_device> to a midi-player and a midi-recorder.

  It doesn't require any root permission to perform.


USAGE
=====

 % plm <midi_device> <in_device> <out_device>


COPYING
=======

  Copyright 2000 by Daisuke Nagano <breeze.nagano@nifty.ne.jp>
  Jan.28.1999

  This program 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, or (at your option)
  any later version.

  This program 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 this program; if not, write to the Free Software
  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


AUTHOR
======

 Daisuke Nagano <breeze.nagano@nifty.ne.jp>
