drumstick-dumpsmf

Qt4/C++ wrapper for ALSA Sequencer - utilities

Install

All systems
curl cmd.cat/drumstick-dumpsmf.sh
Debian Debian
apt-get install drumstick-tools
Ubuntu
apt-get install drumstick-tools
Arch Arch Linux
pacman -S drumstick
image/svg+xml Kali Linux
apt-get install drumstick-tools
Fedora
dnf install drumstick-examples
Windows (WSL2)
sudo apt-get update sudo apt-get install drumstick-tools
Raspbian
apt-get install drumstick-tools

drumstick-tools

Qt4/C++ wrapper for ALSA Sequencer - utilities

This library 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. This package provides utilities shipped with the library: - drumstick-buildsmf: Standard MIDI File creation from scratch. - drumstick-dumpgrid: Simple Qt drum sequencer. - drumstick-dumpmid: Write ALSA MIDI events to STDOUT. - drumstick-dumpsmf: Write MIDI events from a MIDI file to STDOUT. - drumstick-dumpwrk: Write MIDI events from a Cakewalk WRK file to STDOUT. - drumstick-guiplayer: Simple Qt MIDI file player. - drumstick-metronome: Headless MIDI metronome. - drumstick-playsmf: Headless MIDI file player. - drumstick-sysinfo: Display information about ALSA MIDI. - drumstick-timertest: Test performance of the ALSA timer. - drumstick-vpiano: Virtual Piano Keyboard GUI application.

drumstick-examples

Example programs for drumstick

drumstick

The drumstick library is a C++ wrapper around the ALSA library

sequencer interface, using Qt5 objects, idioms and style. OSS, network and Fluidsynth interfaces are also supported by this library.