From 1bcac68c24eeca5fba730a9dc48ac09eee9ac76b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 29 Jul 2008 06:21:29 +0000 Subject: Add converted Smack 909 patches. Fix MIDI/Event ports loaded from patches. git-svn-id: http://svn.drobilla.net/lad/ingen@1303 a436a847-0d15-0410-975c-d299462d15a1 --- src/common/interface/DataType.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/interface/DataType.hpp b/src/common/interface/DataType.hpp index d6fe7440..aa17a66b 100644 --- a/src/common/interface/DataType.hpp +++ b/src/common/interface/DataType.hpp @@ -48,7 +48,7 @@ public: } else if (uri == type_uri(CONTROL)) { _symbol = CONTROL; } else if (uri == type_uri(EVENT) - || (uri == "ingen:MIDIPort") || uri == "ingen:OSCPort") { + || (uri == "ingen:MIDIPort") || uri == "ingen:OSCPort" || uri == "ingen:EventPort") { _symbol = EVENT; } } -- cgit v1.2.1