The following development packages must be installed before installation:
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> ....