diff options
Diffstat (limited to 'src/libs/engine/LV2Info.hpp')
-rw-r--r-- | src/libs/engine/LV2Info.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
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); |