summaryrefslogtreecommitdiffstats
path: root/src/server/LV2Node.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-31 02:09:54 +0000
committerDavid Robillard <d@drobilla.net>2012-05-31 02:09:54 +0000
commita62965fa2e16f283680de5580e5bb6307fdf2a01 (patch)
tree4b5a0ee96e98bcd3abc849db166485d5a54714de /src/server/LV2Node.hpp
parent227df4d7e475de8ca69c498984ae12e61c3324ec (diff)
downloadingen-a62965fa2e16f283680de5580e5bb6307fdf2a01.tar.gz
ingen-a62965fa2e16f283680de5580e5bb6307fdf2a01.tar.bz2
ingen-a62965fa2e16f283680de5580e5bb6307fdf2a01.zip
Implement Control/CV morph ports.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4475 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/LV2Node.hpp')
-rw-r--r--src/server/LV2Node.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/LV2Node.hpp b/src/server/LV2Node.hpp
index b0102772..03f8bf43 100644
--- a/src/server/LV2Node.hpp
+++ b/src/server/LV2Node.hpp
@@ -65,6 +65,9 @@ public:
SampleCount offset);
protected:
+ SharedPtr<LilvInstance> make_instance(
+ Shared::URIs& uris, uint32_t voice, bool preparing);
+
inline LilvInstance* instance(uint32_t voice) {
return (LilvInstance*)(*_instances)[voice].get();
}