From 35290c3484b096e41b359a1351c01e4efd3570f8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 9 Nov 2011 05:00:23 +0000 Subject: Update for changes in LV2 SVN. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3608 a436a847-0d15-0410-975c-d299462d15a1 --- src/jalv_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/jalv_internal.h') diff --git a/src/jalv_internal.h b/src/jalv_internal.h index e2f5dd5..168c55e 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -107,6 +107,7 @@ typedef struct { LilvNode* midi_class; /**< MIDI event class (URI) */ LilvNode* optional; /**< lv2:connectionOptional port property */ uint32_t midi_event_id; /**< MIDI event class ID */ + uint32_t atom_prot_id; /**< Atom protocol ID */ bool in_state; /**< True iff reading instance state */ bool buf_size_set; /**< True iff Jack buf size callback fired */ } Jalv; -- cgit v1.2.1