From 3168e388d0a951cf665696b970eb5bb354fbb740 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 29 Sep 2008 18:19:17 +0000 Subject: More context extension work. Clicking the input port on bang in ingen while in edit mode will now send a message to the bang plugin in the message context. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1537 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/LV2Node.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/libs/engine/LV2Node.hpp') diff --git a/src/libs/engine/LV2Node.hpp b/src/libs/engine/LV2Node.hpp index dbdb6511..3187005c 100644 --- a/src/libs/engine/LV2Node.hpp +++ b/src/libs/engine/LV2Node.hpp @@ -62,6 +62,10 @@ protected: LV2Plugin* _lv2_plugin; Raul::Array* _instances; Raul::Array* _prepared_instances; + + typedef bool (*MessageRunFunc)(LV2_Handle, uint32_t*); + typedef Raul::Array MessageRunFuncs; + MessageRunFuncs* _message_run; }; -- cgit v1.2.1