Compile resampler version of DrumGizmo

The following development packages must be installed before installation:

  • sndfile
  • zita-resample (NEW!)
  • expat
  • libX11
  • lv2
  • zlib
  • pthread
git clone http://git.drumgizmo.org/drumgizmo.git
cd drumgizmo
git checkout resample
./autogen.sh
./configure --prefix=$PWD/install --enable-lv2 --enable-resampler=zita
make
make install

Now you can create a symlink of the $PWD/install/lib/lv2/drumgizmo.lv2 folder to your system lv2 folder (typically in /usr/lib/lv2) And that's that…

It is assumed that the drumkit is recorded in 44100Hz, but this can be changed by adding a “samplerate” attribute to the drumkit tag (outer tag of the drumkit fil) with the samplerate in hz.

Example:

<?xml version="1.0" encoding="UTF-8"?>
<drumkit name="Test drumkit" description="A test drumkit" samplerate="48000">
  <channels>
....
tmp/zth.txt · Last modified: 2014/10/14 19:09 by deva
Trace: zth
GNU Free Documentation License 1.3
Valid CSS Driven by DokuWiki Recent changes RSS feed Valid XHTML 1.0