Jump to content

switching encoder/ledrings assignments with a button


Recommended Posts

so - my idea is:

i have an encoder and underneath 3 illuminated buttons. what i would want to do is that when i press one button it lits up, the encoder sends for example cc1 and also the ledring around it receives cc1. when i press another button it lits up, the first button goes of and now the encoder sends cc2 and the ledring receives cc2.

is that possible actually ?

Link to comment
Share on other sites

any idea how to achieve that ? some hints maybe ... i mean should i try to rewrite the mb64e code or start something from scratch ?

actually i would prefer start from scratch in c but i couldn't find an example for driving ledrings in c on the forum.

Link to comment
Share on other sites

Addendum: with MB64E you can achieve this by assigning buttons to the group switching functions as documented here:

http://svnmios.midibox.org/trunk/apps/controllers/midibox64e/doc/midibox64e_sfb_table.txt

128 parameters are available per bank, which means: if you are using 16 rotary encoders, they are splitted over 8 groups.

LEDs: one DOUT has to be mapped to value "9":

#    9     Selected Group (1 of 8 )

so that 1 of 8 LEDs is lit depending on the selected group.

see also the midibox64e.ini file of the mk_syx package

Best Regards, Thorsten.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...