A little bug in a fantastic library..
Brought to you by:
cwbudde
Hi Christian, I am still using your fantastic library, and allthough I 've been using it for years I only have to submit one little bug ( I think ).
In DAV_VstModulesWithPrograms, line 403 (in release 1712) I think the variable 'FCurProgram' should be 'i':
then Programs[i].OnStoreChunk(Programs[i], i, False); // FCurProgram -> i
Furthermore, to get it running under 64 bit, I had to change DAV_AsioInterface so that it doesn't use assembler ({$define PUREPASCAL}).