From 8ef6955d43a441a5873abaa27049041dea18f79e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 29 Sep 2008 03:17:06 +0000 Subject: * Context extension work. * Better support for set_port_value on event ports. * Don't pop audio ports when clicking in event mode. * Clicking an event port in event mode will 'bang' the event port (example 'bang' plugin prints when it receives one). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1534 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/LV2Info.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libs/engine/LV2Info.hpp') diff --git a/src/libs/engine/LV2Info.hpp b/src/libs/engine/LV2Info.hpp index d7da8185..f4859ac7 100644 --- a/src/libs/engine/LV2Info.hpp +++ b/src/libs/engine/LV2Info.hpp @@ -47,6 +47,9 @@ public: SLV2Value control_class; SLV2Value audio_class; SLV2Value event_class; + + Ingen::Shared::World& world() { return *_world; } + SLV2World lv2_world() { return _world->slv2_world; } static uint32_t event_ref(LV2_Event_Callback_Data callback_data, LV2_Event* event); -- cgit v1.2.1