-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KNOB_1_HIGH cannot be resolved or is not a field #15
Comments
It might be a bug introduced during the last release, I will check during
the week. Thanks for reporting!
|
Hey, I'm experiencing the same issue running aforementionend sample sketches on macOS Ventura 13.6.7, Processing 4.2 with a LaunchControlXL. Any news on the investigation of this issue? Would love to get the controller running with a direct variable assignment to individual knobs/pads/faders. Thanks in advance. Best, |
hello @lemutsch @tracerstar Launch Control XL@lemutsch Please run the example "LaunchControlXLDemo" and see if it works - if you identify a new bug feel free to raise it. Note that the Vertices.pde is meant only for the Launch Control device (16 knobs, 8 pads, no sliders) Vertices.pdeThis example applies only to the simplest LaunchControl - it does not work with LaunchControl Mini or the XL. the code in Vertices.pde is wrong - it did not take into account some changes I made to make the library support LaunchControl, LaunchControlXL and LaunchControl Mini. The main thing is that for the LaunchControl only:
To verify this please check this gist with the correct code for Vertices.pde https://gist.github.com/haschdl/326a53f1a84275c686c0a5071cfa31ac |
…PADS and KNOBS) as well event handler names. See issue #15
Hi there.
I'm running through the examples, and both the demos Vertices and SuperShape2D through the error:
KNOB_1_HIGH cannot be resolved or is not a field
Are the KNOB_1_HIGH etc. variables supposed to be changed to something in the example, or is there an issue with the library not defining these?
I'm on Windows 10, Processing 4.2, using a Launch Control. I installed the library from the contributed libraries tool in the IDE.
Thanks,
Ben.
The text was updated successfully, but these errors were encountered: