aspymidi, ALSA MIDI Monitor
ALSA MIDI Monitor
This is another little test program, to receive and decode incoming MIDI events using ALSA sequencer.
Very preliminary version. You should expect some bugs and missing functions.
Download
New files (2002-11-27):
RPM Install
Prerequisites:
Install first ALSA and Kylixlibs3 packages, then install aspymidi as usual:
$ rpm -ivh aspymidi-0.1-1mdk.i586.rpm
Source Install
Prerequisites:
Kylix 3 Open Edition, download it from
www.borland.com
Unpack the downloaded tarball on your home directory or any other suitable
place
$ tar -xvjf aspymidi-0.1.tar.bz2
Prepare your kylix compiler environment, running the kylixpath script
$ source /path_to/kylix3/bin/kylixpath
Run make
$ make
Optionally, install program as root
$ make install
Enjoy!
Notes:
- Any time you are going to run the program, you should run first the
'kylixpath' script.
- Instead of running 'make', you can open the project file 'aspymidi.dpr'
with Kylix IDE, and compile it as usual.
License
Copyright 2002, Pedro Lopez-Cabanillas <plcl@bigfoot.com>
Bug reports and comments are welcome.
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 of the License, 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.,
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA