From 53e969e925eb087459eba620770e95abb46945be Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 5 Aug 2015 00:02:31 +0200 Subject: pass complete blocksize range to LV2 plugin. fixes #6498 the buffersize may change anytime (split cycles), also plugin analysis uses a 4096 sample window. --- libs/ardour/ardour/lv2_plugin.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/lv2_plugin.h b/libs/ardour/ardour/lv2_plugin.h index 21b7fde1d1..0a83ffe63a 100644 --- a/libs/ardour/ardour/lv2_plugin.h +++ b/libs/ardour/ardour/lv2_plugin.h @@ -240,7 +240,6 @@ class LIBARDOUR_API LV2Plugin : public ARDOUR::Plugin, public ARDOUR::Workee LV2_Feature _def_state_feature; // Options passed to plugin - int32_t _block_length; int32_t _seq_size; mutable unsigned _state_version; -- cgit v1.2.3