naspro
view naspro-core/README @ 174:4f7243a606b1
Updated copyright notices and build system
| author | Stefano D'Angelo <zanga.mail@gmail.com> |
|---|---|
| date | Sat May 01 21:51:33 2010 +0300 (2010-05-01) |
| parents | 71372f617827 |
| children |
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
16 specifications/extensions:
18 * LV2 Dynamic Manifest (http://lv2plug.in/ns/ext/dyn-manifest);
19 * LV2 Units (http://lv2plug.in/ns/extensions/units);
20 * LV2 URI Map (http://lv2plug.in/ns/ext/uri-map);
21 * LV2 Events (http://lv2plug.in/ns/ext/event);
22 * LV2 MIDI Events (http://lv2plug.in/ns/ext/midi);
23 * LV2 Extended Port Information (http://lv2plug.in/ns/dev/extportinfo) - only
24 the epp:logarithmic property is supported.
