Hello,
I have processing 3.0 for Win 64 bit now and can't run the sound lib.
I can't run my sketch.
It says
"""""""A lib used by this sketch is not installed properly
A library relies on native code that's not available. Or only works properly when the sketch is run as a 32-bit application."""""""""""""""""
---- so it seems, we need to update the lib for Win 64 bit.
this is my line of Code:
fileSoundForNode = new SoundFile(this, "Conga1.mp3");
I installed the lib anew btw.
it makes no sense to offer processing for win 64 bit when the core libs for it don't work for Win 64 bit imho
Can I solve this somehow?
Thanks! Chris