summaryrefslogtreecommitdiff
path: root/lv2/input_lv2.h
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2014-03-07 04:25:52 +0100
committerJonas Suhr Christensen <jsc@umbraculum.org>2014-03-07 04:25:52 +0100
commit74b8a63270c1c0b01b33e861c26b1e2a59eeb82b (patch)
tree799aaec0d88e50172e17b61af37ca391a83d59d3 /lv2/input_lv2.h
parent75702e36ddb30ca2924cb42dc0b44ddfbdac36e5 (diff)
Changed midi handling from event extension to atom extension.
Diffstat (limited to 'lv2/input_lv2.h')
-rw-r--r--lv2/input_lv2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lv2/input_lv2.h b/lv2/input_lv2.h
index aa39a23..32e2fd8 100644
--- a/lv2/input_lv2.h
+++ b/lv2/input_lv2.h
@@ -29,7 +29,7 @@
#include <audioinputenginemidi.h>
-#include <lv2/lv2plug.in/ns/ext/event/event-helpers.h>
+#include <lv2/lv2plug.in/ns/ext/atom/atom.h>
class InputLV2 : public AudioInputEngineMidi {
public:
@@ -47,7 +47,7 @@ public:
event_t *run(size_t pos, size_t len, size_t *nevents);
void post();
- LV2_Event_Buffer *eventPort;
+ LV2_Atom_Sequence *eventPort;
private:
Instruments *instruments;