aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-07 23:13:46 +0000
committerDavid Robillard <d@drobilla.net>2011-11-07 23:13:46 +0000
commit772bdee6ee56a2655a96429aec87589371ea263b (patch)
tree4e1e1ae63f7774330e30a04218dbc1433c904ca8 /src/jalv_internal.h
parentbb80e20cabfaa12c9307c9c708e7de38b6588f85 (diff)
downloadjalv-772bdee6ee56a2655a96429aec87589371ea263b.tar.gz
jalv-772bdee6ee56a2655a96429aec87589371ea263b.tar.bz2
jalv-772bdee6ee56a2655a96429aec87589371ea263b.zip
Implement atom buffer.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3606 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/jalv_internal.h')
-rw-r--r--src/jalv_internal.h2
1 files changed, 2 insertions, 0 deletions
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 */