ofxPiMapper icon indicating copy to clipboard operation
ofxPiMapper copied to clipboard

TouchBoard support

Open olivercrush opened this issue 7 years ago • 2 comments

Hi, it's me again.

I was wondering if there is a way to support the BareConductive's TouchBoard controller. I didn't see a feature about that in your code (that would be cool for the future tho) and I was wondering how you would incorporate that in the ofApp file.

Thanks a lot, and sorry if the question is too general

olivercrush avatar May 24 '18 19:05 olivercrush

I think you should use this tutorial to make your touch board into a HID keyboard and then map the keys to specific functions of ofxPiMapper. Take a look at the example_pocketvj ofApp.cpp class to get an idea how to map keys to ofxPiMapper functions.

kr15h avatar May 24 '18 21:05 kr15h

Yes I thought of that, unfortunately I'm using the PiCap version so the tutorial for the original TouchBoard doesn't work. Sorry, I forgot the precision.. I'll look into a similar way to emulate the HID keyboard anyway tho.

olivercrush avatar May 25 '18 12:05 olivercrush