Processing 3 Sound library not yet implemented for 32 bit Windows
sound examples does not work..
"a library 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."
in 32 bit version of processing the same. with examples of other libraries is no problem. What is the Problem? my operating system Windows 8 64bit. aengelke
See more discussion at processing/processing#2670
It works on 64 bit
How do I make it work on Windows 7 64-bit? I have Processing 3.0b5, and I receive the following error:
A library used by this sketch is not installed properly. Error: Soundfile doesn't exist. Please check path A library relies on native code that's not available. Or only works properly when the sketch is run as a 32-bit application.
I am trying to port a project from my Mac to Windows 8 (64bit). The Processing Sound library works in it's entirety on MAC OSX Yosemite 10.10.5.
The sound library works on the Windows 8 machine except the class "SoundFile" will not execute without the error mentioned above:
"a library 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."
Other examples in the sound library that do not use an instance of SoundFile work fine. Any thoughts?
I reverted the newest Windows Version to 1.2.1. Please test again on Win64.
I have the same problem as OSHGroup- I didn't understand wirsing's comment above about 1.2.1 Could you explain more please?
Windows 8 (64 bit) is still installing 1.3.1 and I get the same SoundFile problem mentioned above. Do I get 1.2.1 somewhere else?
OK Found it and it works.
bbbai, I ended up using the minum library because I could not get things working. But it sounds like using version 1.2.1 of windows 8 solved issues you were having with the library?
I used version 1.2.1 of the sound library (available under earlier releases). It seems to have solved the problem of SoundFile raising an error. I have not changed anything about the PC operating system (8)
I'm also using windows 8 (64 bits). migrating from pure data, I'm new at processing. can someone tell me how to install the 1.2.1 library? I think I'm not even downloading the correct files.
thank you very much!
the 1.2.1 library is installed in the same way: under Libraries in your processing folder (mine is in Documents) and then you need to make sure that Preferences (under File) locates it or you can import it under Import Library in the Sketch menu- I'm not getting errors but I'm having trouble getting it to do effects with sound files- and there are errors after the sketch runs
I can't find version 1.2.1. when i look for it in sketch menu import library i can only fin 1.3.1. can someone tell me how to find it?