Drumstick Libraries 2.5.0
====================
Drumstick is a set of MIDI libraries using C++/Qt5 idioms and style.
Includes a C++ wrapper around the ALSA library sequencer interface: ALSA
sequencer provides software support for MIDI technology on Linux. A
complementary library provides classes for processing SMF (Standard MIDI
files: .MID/.KAR), RIFF MIDI (.RMI), and Cakewalk (.WRK) file formats. A
multiplatform realtime MIDI I/O library and a GUI Widgets libraries are
also provided for Linux, Windows, and Mac OSX.
Changes in v2.5.0:
* New build options: BUILD_ALSA, BUILD_FILE, BUILD_RT, BUILD_WIDGETS to
control building only some of the libraries.
* RT, VPiano: Fixed ALSA and CoreMIDI backends, enabling empty connections
(for using external connection tools).
* Deprecation of the Drumstick::File functions affected by the QTextCodec
class removal on Qt6.
* Raised macOS deployment target to 10.13 (High Sierra).
* Widgets: changed the white keys background picture depending on the key
background color.
* VPiano: new option to display inverted key colors.
* File: WRK format markers processing. Closes ticket #37.
License: GPL v3 or later
Project web site
https://sourceforge.net/p/drumstick
Online documentation
https://drumstick.sourceforge.io/docs/
Downloads
https://sourceforge.net/projects/drumstick/files/2.5.0/
wrk2mid: Cakewalk to Standard MIDI Files Translator
===========================================
wrk2mid is a command line utility for translating WRK (Cakewalk) files into
MID (standard MIDI files) based on Drumstick.
License: GPLv3 or later
Changes for v1.1.0
* New build option: BUILD_DOCS.
* New Build option: USE_QT to choose between Qt5 and Qt6. Closes ticket #3.
* Convert WRK track Port parameter. Closes ticket #2.
* Convert WRK markers into SMF text markers. Closes ticket #1.
* Displayed compiled and runtime library version information.
Downloads
https://sourceforge.net/projects/wrk2mid/files/v1.1.0/
Git repository
https://sourceforge.net/projects/wrk2mid/
https://github.com/pedrolcl/wrk2mid (mirror)