fix VST plugin crash (from 35a9c63)
authorRobin Gareus <robin@gareus.org>
Fri, 7 Aug 2015 01:07:50 +0000 (03:07 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 7 Aug 2015 01:07:50 +0000 (03:07 +0200)
commit249dadd08cc8796be5542d0414237ed4c2bfd2b4
tree9d341946bac4a550d323a3be50acbaf74ed78f4b
parent815ffcd567a65c259b31b41e03c56cf2fc8ad1b6
fix VST plugin crash (from 35a9c63)

depending on offset, the audio-buffer may not be
memory aligned, use memcpy() not SSE copy_vector.
libs/ardour/vst_plugin.cc