summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/lv2_plugin.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2012-08-27 04:08:45 +0000
committerRobin Gareus <robin@gareus.org>2012-08-27 04:08:45 +0000
commit0a834da466ccb9c9223e5584915429f2d78f662c (patch)
treef8e1d78fd12a840e1e4106288e7af7a602a97f84 /libs/ardour/ardour/lv2_plugin.h
parent7b7140f5ed2ad2fdb58bebb70302628fd3172663 (diff)
dedicated LV2 non-MIDI atom-event-port handling
git-svn-id: svn://localhost/ardour2/branches/3.0@13144 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/lv2_plugin.h')
-rw-r--r--libs/ardour/ardour/lv2_plugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/ardour/ardour/lv2_plugin.h b/libs/ardour/ardour/lv2_plugin.h
index 8dacd8600e..5aaeb68327 100644
--- a/libs/ardour/ardour/lv2_plugin.h
+++ b/libs/ardour/ardour/lv2_plugin.h
@@ -183,7 +183,8 @@ class LV2Plugin : public ARDOUR::Plugin, public ARDOUR::Workee
PORT_AUDIO = 1 << 2,
PORT_CONTROL = 1 << 3,
PORT_EVENT = 1 << 4,
- PORT_MESSAGE = 1 << 5
+ PORT_MESSAGE = 1 << 5,
+ PORT_ATOM = 1 << 6
} PortFlag;
typedef unsigned PortFlags;