I am getting an error when trying to run the code ;(
This is the error I run into. unfortunately my processing skills are not good enough to find a solution myself ;/ Any help would be appreciated.. kinect Toolkit.pdf
just needed to change arrayValues() to getArrayValues() if anyone gets the same error. This is apperantly due to a library update :) All working now
Thanks for this, man! Also I'm getting the following errors in the Util tab:
Line 5: add(ca); The function "add()" expects parameters like: "add(component)"
Line 11: ca.init(); The function "init()" does not exist.
Line 12: show(); The method "show" from the type Window is deprecated.
I'm using Processing 3 on MacOS Sierra. Please help out! @boomshokka
@savvasio @scratchyone @taimur38 @genekogan
https://github.com/sojamo/controlp5/issues/17
Okay, it was a compatibility issue with Processing 3. I've switched to Processing 2 and it's working fine now!