Bump VST param-name length limit to 128 bytes and centralize definition
authorRobin Gareus <robin@gareus.org>
Tue, 9 May 2017 19:58:50 +0000 (21:58 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 9 May 2017 22:26:02 +0000 (00:26 +0200)
commitac03e4a937a9a0581423fa0c9cfb6cea5dbd2275
treeacc569a7b59d601fcd22b23fc8353e3daa40b149
parent82fed14f41f1d480fef400384d81838d1edf3d32
Bump VST param-name length limit to 128 bytes and centralize definition

The official VST spec says 8 bytes, JUCE uses 24 + 1, and there's
anecdotal evidence that some VSTs use up to 100 (which apparently works
in many hosts).
libs/ardour/ardour/vestige/aeffectx.h
libs/ardour/vst_info_file.cc
libs/ardour/vst_plugin.cc