Replies: 1 comment 1 reply
-
for (auto &button : buttons)
button.setVelocity(velocityInput.getValue()); However, in this case, you probably want to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to do what is stated in this discussion:
#283
Specifically, I have a 4067 mux and a TTP223 touch sensor attached to one of the pins and had to invert the pins to read them, but it works great!
But then i wanted to add a piezo device to update the velocity for the mux values to create a midi button controller, but it gives me the following error:
I looked in the code and NoteButtons has that setVelocity option, so I don't understand why it isn't working. Any help would be appreciated.
This is the full arduino code I have so far, and works if I remove the velocity section I took from the earlier post I referenced above.
Beta Was this translation helpful? Give feedback.
All reactions