Can't create [hid] object.
I do have all the libraries packaged with 2.2.3 all loaded.
. Is there another library to load to get this? Or is there an alternate way now to connect usb controllers?
Thanks
-
[hid] object in Purr Data 2.2.3 for osx ?
-
@recliner Not sure about that. Does [hid] work under OSX in Pd Vanilla?
Probably the easiest thing to do is just make a simple wrapper around either the HTML5 Gamepad API or Google's HID API that is part of the Chrome app API. Then the controllers can be accessed from all supported Pd platforms.
I'll try making such a wrapper as an external and see if it works.
-
[hid] works fine in pd-extended on my older OS X laptop.(not sure which OS X but pre-10 at least) I looked into the libraries there and there is a separate hid library in pd-extended.
Also able to create hid object on newest OS X with pd-extended 0.43.4 but I only got as far as testing the print devices to make sure it was returning array of device map, which it did fine.
Would it just be a matter of porting over this pd-extended library to Pd-l2ork? -
@recliner Unless the version of Pd-extended you used was built as a 64-bit application, I doubt it will work.