alex-tee / openAV-Fabla

A sampler LV2 plugin called Fabla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fabla - OpenAV Productions

Official page: http://openavproductions.com/fabla

This is the repository of a sampler LV2 plugin called Fabla.

screenshot

Dependencies

ntk  (git clone git://git.tuxfamily.org/gitroot/non/fltk.git ntk)
cairo
cairomm-1.0
sndfile
lv2

Install

Once deps are satisfied, building and installing into ~/.lv2/ is easy, just run CMake as usual:

mkdir build
cd build
cmake ..
make
make install

Running

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

Midi Mapping

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.

Contact

If you have a particular question, email me!

harryhaaren@gmail.com

Cheers, -Harry

About

A sampler LV2 plugin called Fabla

License:GNU General Public License v2.0


Languages

Language:C++ 97.1%Language:C 1.7%Language:CMake 1.2%Language:Shell 0.1%