| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| drumstick-2.9.0.zip | 2023-12-23 | 839.0 kB | |
| drumstick-2.9.0.tar.bz2 | 2023-12-23 | 497.2 kB | |
| drumstick-2.9.0.tar.gz | 2023-12-23 | 566.7 kB | |
| readme.md | 2023-12-23 | 1.5 kB |
|
| Totals: 4 Items | 1.9 MB | 0 | |
Drumstick Libraries v2.9.0
Drumstick is a set of MIDI libraries using C++/Qt 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.9.0:
- RT library:
- fix for GH #16: new public slot writeSettings() for some backends: Sonivox, FluidSynth, Network.
- Widgets library:
- fix for GH #15: new SettingsFactory public static methods: fileName() and format().
- Misc:
- Building with Qt6 by default.
- For Qt5 compatibility, a new option USE_QT5 must be set.
- Upgraded compiler/runtime requirements to C++17.
- Upgraded CMake requirement to 3.16
Compilation minimum requirements for all platforms:
- C++17 compiler
- CMake 3.16
- Qt6 >= 6.2 with Qt6Core5Compat library dependency for Drumstick::File or Qt5 >= 5.9
Feature dependencies (for some platforms):
- ALSA (Linux only)
- PulseAudio (Unix)
- D-Bus (Unix)
- Sonivox (Unix)
- FluidSynth (All platforms)
Copyright (C) 2009-2023, Pedro Lopez-Cabanillas
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.9.0/
