ControlP5 and JS mode problem
in
Integration and Hardware
•
1 month ago
Hi there,
I'm using ControlP5 control library in my project and it works nicely in Java mode, but when I try to run it in JavaScript mode in Chrome browser it says:
Uncaught Processing.js: Unable to execute pjs sketch: ReferenceError: ControlP5 is not defined
probably the next error is related to the first too:
Uncaught TypeError: Cannot call method 'draw' of null
What I have to do to make it working on-line ?
1