Replies: 2 comments 4 replies
|
You can either use |
0 replies
|
Thank you for the fast replay! But unfortunately I don't know how to integrate it in the code. |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi there!
I'm trying to build a MIDI-controller with 6 potentiometers sending CC-values. In addition I would like to use 4 buttons to change the MIDI-addresses of each potentiometer individually: 2 buttons (left-right) to select a potentiometer, 2 buttons (up-down) to change the address of the selected potentiometer.
I'm quite new to more complex Arduino projects and the control_surface-library and was not able to find a solution. Using a variable for the address wasn't working and seems not to be the right way of doing it. I've read through a lot of forums and the FAQs but so far I was only able to change the address of one potentiometer using banks:
I really appreciate any help and would love to learn more. Thanks in advance!
All reactions