Drumstick is a C++ wrapper around the ALSA library sequencer interface using
Qt4 objects, idioms and style. ALSA sequencer provides software support for
MIDI technology on Linux. Complementary classes for SMF and WRK file
processing are also included. It is used in KMetronome, KMidimon
and KMid2, and was formerly known as "aseqmm".
Since the release 0.3.0 there are two libs: drumstick-alsa and drumstick-file.
Changes:
* Allow to build drumstick-file library under Windows.
* New method MidiClient::parseAddress() replacing the ALSA function
snd_seq_parse_address() in MidiPort::subscribeTo() and similar methods.
* Fixed MidiClient::getAvailableInputs() and getAvailableOutputs() forcing
to always retrieve the updated clients list from ALSA.
Copyright (C) 2009-2010, Pedro Lopez-Cabanillas
License: GPL v2 or later
Project web site
http://sf.net/projects/drumstick
Online documentation
http://drumstick.sourceforge.net/docs/
Downloads
http://sourceforge.net/projects/drumstick/files/0.3.1/
openSUSE Build Service - RPM packages
http://software.opensuse.org/search?baseproject=ALL&p=1&q=drumstick
Regards,
Pedro