summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2EventBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LV2EventBuffer.hpp')
-rw-r--r--src/engine/LV2EventBuffer.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/engine/LV2EventBuffer.hpp b/src/engine/LV2EventBuffer.hpp
index ce75d7cb..61cdba4c 100644
--- a/src/engine/LV2EventBuffer.hpp
+++ b/src/engine/LV2EventBuffer.hpp
@@ -20,6 +20,7 @@
#include "event.lv2/event.h"
#include "event.lv2/event-helpers.h"
+#include "object.lv2/object.h"
namespace Ingen {
@@ -58,6 +59,8 @@ public:
uint16_t* size,
uint8_t** data) const;
+ LV2_Object* get_object() const;
+
bool append(uint32_t frames,
uint32_t subframes,
uint16_t type,