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 d75c91ba..e82585d6 100644
--- a/src/engine/EventBuffer.hpp
+++ b/src/engine/EventBuffer.hpp
@@ -64,6 +64,10 @@ public:
return _buf->get_object();
}
+ LV2_Event* get_event() const {
+ return _buf->get_event();
+ }
+
inline bool append(uint32_t frames,
uint32_t subframes,
uint16_t type,