Replies: 1 comment 2 replies
-
I believe this should answer your question: https://tttapa.github.io/Control-Surface-doc/new-input/Doxygen/df/df5/md_pages_FAQ.html#faq-change-address-runtime If it doesn't or if you have any more questions, feel free to ask them here. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So for this example,
// Instantiate a NoteButton object
NoteButton button = {
7, // Push button on pin 5
{note(C, 4), CHANNEL_1}, // Note C4 on MIDI channel 1
};
We can see the note is assigned when the button is created, anyway to update the button note later on, like during the loop. Also fantastic work !
Beta Was this translation helpful? Give feedback.
All reactions