diff options
author | Michales Michaloudes <korgie@gmail.com> | 2021-03-06 04:06:05 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-03-06 11:11:57 +0700 |
commit | 654f6e61919850bdde641286c5da6d0d1bb1d2da (patch) | |
tree | ede90d983db00dbe3796437b3d3306fd12a77e67 /audio/drumstick/README | |
parent | a3889fc31630dc803ddeb8b15321ffc00136ea3d (diff) | |
download | slackbuilds-654f6e61919850bdde641286c5da6d0d1bb1d2da.tar.gz |
audio/drumstick: Added (C++ MIDI libraries using Qt5 objects)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/drumstick/README')
-rw-r--r-- | audio/drumstick/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/drumstick/README b/audio/drumstick/README new file mode 100644 index 0000000000..27bda2f50f --- /dev/null +++ b/audio/drumstick/README @@ -0,0 +1,11 @@ +Drumstick is a set C++ MIDI libraries using Qt5 objects, idioms and +style. It contains 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 SMF (Standard MIDI files: +.MID/.KAR), and Cakewalk (.WRK) file formats processing. A multiplatform +realtime MIDI I/O library and GUI Widgets are also provided. + +You also get in GUI: midi file player, drumgrid, virtual piano +And in CLI: metronome, dump{mid,ove,smf,wrk}, playsmf. |