naspro
view naspro-core/README @ 173:71372f617827
Totally CMakeized, a bit of doc
| author | Stefano D'Angelo <zanga.mail@gmail.com> |
|---|---|
| date | Fri Mar 26 18:54:24 2010 +0200 (2010-03-26) |
| parents | |
| children | 4f7243a606b1 |
line source
1 The NASPRO core library
2 =======================
4 This is just a tiny convenience library containing useful code to implement LV2
5 dynamic manifest plugins and especially bridges from other APIs to LV2.
7 It offers:
9 * LV2 dynamic manifest and descriptor generation;
10 * OS-independent path scanning;
11 * OS-independent environment variables retrieving;
12 * OS-independent dynamic loading;
13 * AVL trees.
15 It supports the LV2 core specification (r3) and the following extensions:
17 * LV2 Units extension (http://lv2plug.in/ns/extensions/units);
18 * LV2 Events (http://lv2plug.in/ns/ext/event);
19 * LV2 MIDI Events (http://lv2plug.in/ns/ext/midi);
20 * LV2 Extended Port Information (http://lv2plug.in/ns/dev/extportinfo) - only
21 the epp:logarithmic property is supported.
