1# espressivo.lv2
2
3## LV2 plugin bundle to handle expressive events
4
5### Build status
6
7[![build status](https://gitlab.com/OpenMusicKontrollers/espressivo.lv2/badges/master/build.svg)](https://gitlab.com/OpenMusicKontrollers/espressivo.lv2/commits/master)
8
9### Dependencies
10
11* [LV2](http://lv2plug.in) (LV2 Plugin Standard)
12
13### Build / install
14
15	git clone https://gitlab.com/OpenMusicKontrollers/espressivo.lv2.git
16	cd espressivo.lv2
17	meson build
18	cd build
19	ninja -j4
20	sudo ninja install
21
22### License
23
24Copyright (c) 2016 Hanspeter Portner (dev@open-music-kontrollers.ch)
25
26This is free software: you can redistribute it and/or modify
27it under the terms of the Artistic License 2.0 as published by
28The Perl Foundation.
29
30This source is distributed in the hope that it will be useful,
31but WITHOUT ANY WARRANTY; without even the implied warranty of
32MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33Artistic License 2.0 for more details.
34
35You should have received a copy of the Artistic License 2.0
36along the source as a COPYING file. If not, obtain it from
37<http://www.perlfoundation.org/artistic_license_2_0>.
38