From 5c48e8a43e13b5b0ce8ee56f4e7b6000a979b37b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 20 Jan 2008 02:41:04 +0000 Subject: Fix syntax error in lv2_midi.ttl and lv2_event.ttl. Add lv2ev:supportsEvent port property. Add generic event port support to SLV2. git-svn-id: http://svn.drobilla.net/lad/slv2@1081 a436a847-0d15-0410-975c-d299462d15a1 --- utils/lv2_inspect.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/lv2_inspect.c') diff --git a/utils/lv2_inspect.c b/utils/lv2_inspect.c index 34213f6..5919201 100644 --- a/utils/lv2_inspect.c +++ b/utils/lv2_inspect.c @@ -62,6 +62,9 @@ print_port(SLV2Plugin p, uint32_t index) case SLV2_PORT_DATA_TYPE_OSC: printf("OSC"); break; + case SLV2_PORT_DATA_TYPE_EVENT: + printf("Event"); + break; default: printf("Unknown"); } -- cgit v1.2.1