Skip to content

Help! select bank with unused matrixadress button #455

Answered by tttapa
nendezkombet asked this question in Q&A
Discussion options

You must be logged in to vote

I don't have much time right now, but you might want to have a look at this related issue: #308 (comment)

Basically, if you want to be able to use the existing selectors or non-matrix MIDI elements, you need to implement the ExtendedInputOutputElement interface to tell Control Surface how it should read your button. The link above contains such an implementation.

Alternatively, you can read the matrix yourself in your sketch, you can then send the MIDI messages yourself, as shown in the Custom MIDI Output Element example and its Bankable counterpart, and you can change the banks manually (without a Selector) by calling [bank.select(setting)](You don't need to use a selector to change the …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nendezkombet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants