-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
25 lines (19 loc) · 752 Bytes
/
README
File metadata and controls
25 lines (19 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
=== WARNING ===
This code is outdated, and I've been informed it
no longer compiles with gcc. Atom ports are not
supported by this class, so most synths won't work.
=== /WARNING ==
Lv2Host
This is a very simple C++ class that will load an
LV2 plugin. I do not claim that this is the best
way to load plugins, or the only way. It is a way
though.
It uses the Lilv library, written by David Robillard
(see http://drobilla.net/software/lilv/ for details)
The interface is designed to allow easy interaction
with JACK clients, ie: request based processing, and
processing "nframes" at a time.
This code is released under LGPL, see the copyright
notices at the top of the files for info.
-Harry van Haaren 2011
<harryhaaren@gmail.com>