diff options
author | David Robillard <d@drobilla.net> | 2008-07-29 06:21:29 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-07-29 06:21:29 +0000 |
commit | 1bcac68c24eeca5fba730a9dc48ac09eee9ac76b (patch) | |
tree | 4db45b2f7ead16227906ec6fcb8999cefb87b32e /src/common | |
parent | f0e920ab170569fc9eaf5858af2e9ae3e8d44993 (diff) | |
download | ingen-1bcac68c24eeca5fba730a9dc48ac09eee9ac76b.tar.gz ingen-1bcac68c24eeca5fba730a9dc48ac09eee9ac76b.tar.bz2 ingen-1bcac68c24eeca5fba730a9dc48ac09eee9ac76b.zip |
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
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/interface/DataType.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |