On 01/21/2018 02:43 PM, Patrice Colet wrote:
Isn't it possible to make an external that would help for loading 32-bit externals, like it's done with VST Bridge?
afaict this kind defeats the determinism promise. i think the only way to do that (making 32bit binaries available within a 64bit application) is by launching a separate (32bit) process and do some inter-process-communication to get data to and fro - which is not very fast.
https://stackoverflow.com/questions/2265023/
fgdsamr IOhannes