x42 / avldrums.lv2

Dedicated AVLDrumkits LV2 Plugin

Home Page:http://x42-plugins.com/x42/x42-avldrums

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avldrums.lv2 - AVLinux Drumkits

avldrums.lv2 is a simple Drum Sample Player Plugin, dedicated to the http://www.bandshed.net/avldrumkits/

Install

Compiling avldrums requires the LV2 SDK, gnu-make, a c++-compiler, libglib, libpango, libcairo and openGL (sometimes called: glu, glx, mesa).

  git clone https://github.com/x42/avldrums.lv2.git
  cd avldrums.lv2
  make submodules
  make
  sudo make install PREFIX=/usr

Note to packagers: the Makefile honors PREFIX and DESTDIR variables as well as CXXFLAGS, LDFLAGS and OPTIMIZATIONS (additions to CXXFLAGS), also see the first 10 lines of the Makefile.

About

Dedicated AVLDrumkits LV2 Plugin

http://x42-plugins.com/x42/x42-avldrums

License:GNU General Public License v2.0


Languages

Language:C 100.0%Language:Makefile 0.0%