summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/lv2_plugin.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-08 00:16:30 +0000
committerDavid Robillard <d@drobilla.net>2012-08-08 00:16:30 +0000
commitcf3ae3dec18f8d4c98b64c1a2b6eddadfbf09109 (patch)
treedc045709b8fbb1eb093729f8c40f5ad810b444a5 /libs/ardour/ardour/lv2_plugin.h
parentaf4589e4bca634fee8d894a8dd2878ad011f5f15 (diff)
Support new LV2 buf-size extension if a new enough (currently svn) LV2 is present.
git-svn-id: svn://localhost/ardour2/branches/3.0@13112 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/lv2_plugin.h')
-rw-r--r--libs/ardour/ardour/lv2_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/ardour/lv2_plugin.h b/libs/ardour/ardour/lv2_plugin.h
index baf9c959ae..6942c4c9e6 100644
--- a/libs/ardour/ardour/lv2_plugin.h
+++ b/libs/ardour/ardour/lv2_plugin.h
@@ -216,6 +216,7 @@ class LV2Plugin : public ARDOUR::Plugin, public ARDOUR::Workee
LV2_Feature _instance_access_feature;
LV2_Feature _make_path_feature;
LV2_Feature _work_schedule_feature;
+ LV2_Feature _buf_size_feature;
mutable unsigned _state_version;