Official page: http://openavproductions.com/fabla
Documentation: http://openavproductions.com/doc/fabla.html
This is the repository of a sampler LV2 plugin called Fabla.
ntk (git clone https://github.com/linuxaudio/ntk)
cairo
cairomm-1.0
sndfile
lv2
Once deps are satisfied, building and installing into ~/.lv2/ is easy, just run CMake as usual:
mkdir build
cd build
# here we set the pkg-config path to the repo, to pick up `ntk-static`.
# Statically linking NTK makes it simpler to distribute Fabla.
PKG_CONFIG_PATH=../ cmake ..
make
make install
# Verify that the Fabla LV2 plugin is identified by lv2 tooling
lv2ls | grep Fabla
After the Install step Ardour3, QTractor, and any other LV2 host should
automatically find Fabla, and be able to use it.
If you have the JALV LV2 host installed, the "run.sh" script can be used to launch Fabla as a standalone JACK client:
$ ./run.sh
Fabla responds to midi notes on all midi channels. The pads 1-16 map to midi notes 36-52, anything outside that range is clamped to the closest value, midi note 0-36 triggers pad 1, midi note 52-127 triggers pad 16.
If you have a particular question, email me!
Cheers, -Harry
