log PyPlugScanner.cpp @ 120:a38d318c85a9 tip

age author description
Wed, 18 Dec 2019 16:51:20 +0000 Chris Cannam MSVC fixes default tip
Tue, 26 Feb 2019 14:31:08 +0000 Chris Cannam Skip directly over anything with null metatype - can happen with plugins whose init methods are not conformant (but that otherwise load OK as code)
Tue, 12 Feb 2019 11:27:02 +0000 Chris Cannam Set sys.argv - avoiding Python code blowing up if it checks sys.argv[0] without checking sys.argv exists first. Patch due to Johan Pauwels
Wed, 16 Jan 2019 15:11:26 +0000 Chris Cannam Use VAMP_PATH_32 instead of VAMP_PATH when running as a 32-bit plugin on a 64-bit Windows installation