Skip to content

x42/avldrums.lv2

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
gui
 
 
img
 
 
 
 
sf2
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.