RemoteVstPlugin: fixed too short arrays for preset namesmaster
commit2c28048e90be7efe4f73b90fe7385a0a130b9b6c
authorTobias Doerffel <tobias.doerffel@gmail.com>
Sun, 11 Nov 2012 22:13:01 +0000 (11 23:13 +0100)
committerTobias Doerffel <tobias.doerffel@gmail.com>
Sun, 11 Nov 2012 22:23:37 +0000 (11 23:23 +0100)
tree28677b6dc54630c7637393a8b60d37723aa3bd1a
parent33449e2151c705e1feab86e1f2073e89985d8709
RemoteVstPlugin: fixed too short arrays for preset names

The dimension of preset name arrays was too small. Fixed this
by raising it from 30 to 64 characters.
plugins/vst_base/RemoteVstPlugin.cpp