summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/types_convert.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-01-30 00:33:44 +0100
committerRobin Gareus <robin@gareus.org>2018-01-30 01:34:14 +0100
commit3eb6a40ce40757e2e36b856d0d80e78a667b7046 (patch)
tree7d3f600371ddf287bc291766b539175eb12c2f83 /libs/ardour/ardour/types_convert.h
parent8488dceeed7daa83588da6b2f669d10192bf9492 (diff)
Update PluginManager: implement plugin tags
* move plugin-meta-data (status, tag) into dedicated sub-dir * load/save space separated tags * pre-seed tags with plugin-category (if unset) * breaking API change: PluginStatusesChanged() signal includes change
Diffstat (limited to 'libs/ardour/ardour/types_convert.h')
-rw-r--r--libs/ardour/ardour/types_convert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/types_convert.h b/libs/ardour/ardour/types_convert.h
index 25381516b6..8317614989 100644
--- a/libs/ardour/ardour/types_convert.h
+++ b/libs/ardour/ardour/types_convert.h
@@ -63,6 +63,7 @@ DEFINE_ENUM_CONVERT(ARDOUR::DiskIOPoint)
DEFINE_ENUM_CONVERT(ARDOUR::NoteMode)
DEFINE_ENUM_CONVERT(ARDOUR::ChannelMode)
DEFINE_ENUM_CONVERT(ARDOUR::MonitorChoice)
+DEFINE_ENUM_CONVERT(ARDOUR::PluginType)
DEFINE_ENUM_CONVERT(ARDOUR::AlignStyle)
DEFINE_ENUM_CONVERT(ARDOUR::AlignChoice)