forward port VST parameter name fix from mixbus: some/many VST plugins expect the...
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 3 May 2013 00:29:03 +0000 (20:29 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 3 May 2013 00:29:03 +0000 (20:29 -0400)
commit12d4c510232d2f37e8ab5897c2de7badc2b8fac8
tree43e73cf8122b5fa2ca92217a1a4c49cef5407674
parent80d714a34f9efbb494d69cb9a88270cd5e251744
forward port VST parameter name fix from mixbus: some/many VST plugins expect the buffer passed to them to be zero-filled, not just null-at-start. without this they can return garbage strings for parameter names
libs/ardour/vst_plugin.cc