1
Getting and Using Vamp Plugins / Need 64-bit version of qm-vamp-plugins.dll for Windows
« on: January 14, 2017, 01:09:49 »
I'm working on a freeware light control program called xLights. Last year one of our developers used your plugin host sdk to give our program features to analyze audio for the purpose of creating timing marks aligned with beats or bars or the other types of plugins you provide. Prior to that our users always used Audacity to create timing marks and then we had the capability to import the text file exported from Audacity.
I didn't do that initial coding but I'm converting our application to 64-bit. I got everything running but a user noticed the qm vamp plugins weren't showing up as an option for creating timing tracks. I inspected the DLL header with dumpbin and see it's 32 bit so I assume that's the reason. I've searched a lot and can't find a 64-bit version of the DLL for Windows anywhere. Has it really never been created? Our program is multi-platform so we already have all this stuff working in 64-bit on MacOS and Linux. I thought I could just build it myself but the source code appears to list several .lib files in the build directory so I was anticipating problems with those being 32-bit.
Thanks,
Gil
I didn't do that initial coding but I'm converting our application to 64-bit. I got everything running but a user noticed the qm vamp plugins weren't showing up as an option for creating timing tracks. I inspected the DLL header with dumpbin and see it's 32 bit so I assume that's the reason. I've searched a lot and can't find a 64-bit version of the DLL for Windows anywhere. Has it really never been created? Our program is multi-platform so we already have all this stuff working in 64-bit on MacOS and Linux. I thought I could just build it myself but the source code appears to list several .lib files in the build directory so I was anticipating problems with those being 32-bit.
Thanks,
Gil