From af50ce8066ba9ce288d0724707f06e7a88b00f84 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 12 Oct 2008 19:58:33 +0000 Subject: Remove meaningless/non-LV2/kludgey 'event' 'midi' and 'osc' distinction. Expose event ports to jack midi, again. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1665 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/DataType.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/common/interface/DataType.hpp') diff --git a/src/common/interface/DataType.hpp b/src/common/interface/DataType.hpp index 1651e41d..52831e2a 100644 --- a/src/common/interface/DataType.hpp +++ b/src/common/interface/DataType.hpp @@ -47,8 +47,7 @@ public: _symbol = AUDIO; } else if (uri == type_uri(CONTROL)) { _symbol = CONTROL; - } else if (uri == type_uri(EVENT) - || (uri == "ingen:MIDIPort") || uri == "ingen:OSCPort" || uri == "lv2ev:EventPort") { + } else if (uri == type_uri(EVENT) || uri == "lv2ev:EventPort") { _symbol = EVENT; } } -- cgit v1.2.1