Skip to content

audiofranky/drumkv1

 
 

Repository files navigation

drumkv1 - an old-school drum-kit sampler
----------------------------------------

  an old-school drum-kit sampler synthesizer with stereo fx.

features:

  - pure stand-alone JACK client with JACK-session, NSM and both JACK MIDI
    and ALSA MIDI input support;

  - LV2 instrument plugin.
    URI: http://drumkv1.sourceforge.net/lv2

license:

  drumkv1 is free, open-source software, distributed under the terms of
  the GNU General Public License (GPL) version 2 or later.

website:

  https://drumkv1.sourceforge.io
  http://drumkv1.sourceforge.net

project page:

  https://sourceforge.net/projects/drumkv1

git repos:

  https://git.code.sf.net/p/drumkv1/code
  https://github.com/rncbc/drumkv1.git
  https://gitlab.com/rncbc/drumkv1.git
  https://bitbucket.org/rncbc/drumkv1.git

weblog:

  https://www.rncbc.org


requirements:

  mandatory,

  - Qt framework, C++ class library and tools for
    cross-platform application and UI development
    https://qt.io/

  - libsndfile, C library for reading and writing
    files containing sampled sound
    http://www.mega-nerd.com/libsndfile/

  optional (opted-in at build time),

  - JACK Audio Connection Kit
    https://jackaudio.org/

  - ALSA, Advanced Linux Sound Architecture
    https://www.alsa-project.org/

  - LV2, Audio Plugin Standard, the extensible successor of LADSPA
    http://lv2plug.in/

  - NSM, Non Session Management
    http://non.tuxfamily.org/nsm/

  - liblo, Lightweight OSC implementation
    (needed for NSM support)
    http://liblo.sourceforge.net/


installation:

  - unpack tarball as usual; in the extracted source directory:

    ./configure [--prefix=/usr/local]
    make

  - optionally, as root:

    make install

  - if checking out from git, prepare the configure script with:

    ./autogen.sh


acknowledgements:

  drumkv1 logo/icon is an original fine work of Jarle Richard Akselsen.


cheers && enjoy.
--
rncbc aka. Rui Nuno Capela
rncbc at rncbc dot org
https://www.rncbc.org

About

drumkv1 - an old-school drum-kit sampler

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 91.9%
  • M4 3.2%
  • CMake 2.0%
  • C 1.3%
  • QMake 0.7%
  • Makefile 0.6%
  • Other 0.3%