• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..21-Apr-2019-

osc.lv2/H21-Apr-2019-3,8272,991

test/H21-Apr-2019-969792

.gitlab-ci.ymlH A D21-Apr-20191.5 KiB6348

COPYINGH A D21-Apr-20198.7 KiB202151

README.mdH A D21-Apr-20191,018 3423

VERSIONH A D21-Apr-20198 21

lv2-osc.doap.ttlH A D21-Apr-20191.3 KiB4138

manifest.ttlH A D21-Apr-2019886 2421

meson.buildH A D21-Apr-2019827 3728

osc.ttlH A D21-Apr-20191.5 KiB4338

README.md

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