summaryrefslogtreecommitdiffstats
path: root/src/engine/EventBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/EventBuffer.hpp')
-rw-r--r--src/engine/EventBuffer.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/engine/EventBuffer.hpp b/src/engine/EventBuffer.hpp
index b779a837..d75c91ba 100644
--- a/src/engine/EventBuffer.hpp
+++ b/src/engine/EventBuffer.hpp
@@ -60,6 +60,10 @@ public:
return _buf->get_event(frames, subframes, type, size, data);
}
+ LV2_Object* get_object() const {
+ return _buf->get_object();
+ }
+
inline bool append(uint32_t frames,
uint32_t subframes,
uint16_t type,