i'm trying to parse an xml file that has a "\" character in it and it's breaking my program. Is it impossible for processing to parse this? is there any way I can create a string that ignores escaping? I can't edit the xml file because i'm reading it from an external website. any suggestions would be appreciated. thanks.
If i try to run my processing app that uses midi while another program that uses midi is running, my app crashes and i get this error report:
Invalid memory access of location 0x0 eip=0x98206080
This happens for both midi bus and pro midi. I have tried it on different computers and different versions of processing. I think it might have to do with the java update that allowed you to stop using the java midi subsystem that was required for macs.
It might be something with the java preferences under applications/utility/java preferences but it's definitely not obvious what preference is causing this problem.
macbook pro snow lepord running processing and vdmx 2.66 ghz.