From 7e335a8234097198b392b55f7161680d11540236 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 29 Aug 2012 20:22:18 +0000 Subject: Implement latest buf-size extension via new options extension. git-svn-id: svn://localhost/ardour2/branches/3.0@13151 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/lv2_plugin.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libs/ardour/ardour/lv2_plugin.h') diff --git a/libs/ardour/ardour/lv2_plugin.h b/libs/ardour/ardour/lv2_plugin.h index 6b51cb3eae..1090f30307 100644 --- a/libs/ardour/ardour/lv2_plugin.h +++ b/libs/ardour/ardour/lv2_plugin.h @@ -225,7 +225,11 @@ class LV2Plugin : public ARDOUR::Plugin, public ARDOUR::Workee LV2_Feature _make_path_feature; LV2_Feature _log_feature; LV2_Feature _work_schedule_feature; - LV2_Feature _buf_size_feature; + LV2_Feature _options_feature; + + // Options passed to plugin + int32_t _block_length; + int32_t _seq_size; mutable unsigned _state_version; -- cgit v1.2.3