Paconnect, ALSA MIDI Connection Manager
ALSA MIDI Connection manager
This is a litlle program that provides more or less the same functionality
as many other programs:
So, why another one? Because this one is written in Pascal, for the Kylix
compiler, and I wanted to test both Kylix and my
ALSAPAS
unit.
This is only a test project, but I find it useful and funny. Do you want
to see a screenshot? OK, here is it.
Download
New files (2002-11-27):
Old files:
RPM Install
Prerequisites:
Install first ALSA and Kylixlibs3 packages, then install paconnect as usual:
$ rpm -ivh paconnect-0.4-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 paconnect-0.4.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 'paconnect.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