What are the thoughts about the various QC OSC implementations?
I'm familiar with:
-the stock OSC patch. It seems like this has some issues with truncating floating point values, and whatever happens to data when it drops values sometimes (I haven't observed this much... does anyone know more about this patch's potential issues?).
-qcOSC - It looks like this has been updated recently. This one's pretty cool, because of the "auto listening", but it seems to have problems when working in apps sometimes(?). Is there source available on this?
-BBOSC - Not much personal experience with this. I gather there are issues with it running multiple instances?
-OSC Tools (Mansteri) - this looks like it's not really general purpose, and just a sender maybe (no receiver)?
I have a variety of questions:
Has anyone tested any of these for leaks when running a custom app, tested what happens with multiple instances, etc? Do all of them support structures? Which have source available? Are there any I'm missing from this list?
I'm gathering there are some conflicts in multiple patches both using VVOSC framework(?). Can anyone clarify which patches? Do they both use the same version of the VVOSC framework?