summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2Node.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-10-04 21:01:02 +0000
committerDavid Robillard <d@drobilla.net>2008-10-04 21:01:02 +0000
commit5366cd25f52fca092dcab78c5e589cec4970dd43 (patch)
tree1cb087b489d7573f2fc19046003724eb17aad60a /src/engine/LV2Node.hpp
parente7967c58dee37454e8b450052fdd15f1656ae042 (diff)
downloadingen-5366cd25f52fca092dcab78c5e589cec4970dd43.tar.gz
ingen-5366cd25f52fca092dcab78c5e589cec4970dd43.tar.bz2
ingen-5366cd25f52fca092dcab78c5e589cec4970dd43.zip
Apply context extension fixes from kfoltman.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1614 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/LV2Node.hpp')
-rw-r--r--src/engine/LV2Node.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/engine/LV2Node.hpp b/src/engine/LV2Node.hpp
index 3187005c..1e821c6e 100644
--- a/src/engine/LV2Node.hpp
+++ b/src/engine/LV2Node.hpp
@@ -20,6 +20,7 @@
#include <string>
#include <slv2/slv2.h>
+#include "lv2_contexts.h"
#include "types.hpp"
#include "NodeBase.hpp"
@@ -63,9 +64,7 @@ protected:
Raul::Array<SLV2Instance>* _instances;
Raul::Array<SLV2Instance>* _prepared_instances;
- typedef bool (*MessageRunFunc)(LV2_Handle, uint32_t*);
- typedef Raul::Array<MessageRunFunc> MessageRunFuncs;
- MessageRunFuncs* _message_run;
+ LV2MessageContext* _message_funcs;
};