summaryrefslogtreecommitdiffstats
path: root/utils/lv2_inspect.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lv2_inspect.c')
-rw-r--r--utils/lv2_inspect.c3
1 files changed, 3 insertions, 0 deletions
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");
}