From 772bdee6ee56a2655a96429aec87589371ea263b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 7 Nov 2011 23:13:46 +0000 Subject: Implement atom buffer. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3606 a436a847-0d15-0410-975c-d299462d15a1 --- src/jalv_internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/jalv_internal.h') diff --git a/src/jalv_internal.h b/src/jalv_internal.h index c171b72..e2f5dd5 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -57,6 +57,7 @@ struct Port { jack_port_t* jack_port; /**< For audio/MIDI ports, otherwise NULL */ float control; /**< For control ports, otherwise 0.0f */ LV2_Evbuf* evbuf; /**< For MIDI ports, otherwise NULL */ + bool old_api; /**< True for event, false for atom */ }; struct Property { @@ -102,6 +103,7 @@ typedef struct { LilvNode* control_class; /**< Control port class (URI) */ LilvNode* audio_class; /**< Audio port class (URI) */ LilvNode* event_class; /**< Event port class (URI) */ + LilvNode* aevent_class; /**< Atom event port class (URI) */ LilvNode* midi_class; /**< MIDI event class (URI) */ LilvNode* optional; /**< lv2:connectionOptional port property */ uint32_t midi_event_id; /**< MIDI event class ID */ -- cgit v1.2.1