pass complete blocksize range to LV2 plugin. fixes #6498
authorRobin Gareus <robin@gareus.org>
Tue, 4 Aug 2015 22:02:31 +0000 (00:02 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 4 Aug 2015 22:02:55 +0000 (00:02 +0200)
commit53e969e925eb087459eba620770e95abb46945be
tree8f41aba239b5d644d396477d0e19127c7bb77258
parent507006a9a6c3f80f069b45a684796f7ac2953bc5
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
libs/ardour/lv2_plugin.cc