Jump to content

banks and "meta banks"


=FFW=>
 Share

Recommended Posts

hi forum,

 

while reprogramming my mbox NG, i have a situation i am stuck with.

i want to have a group of buttons to select banks

(which change the parameter assignments of some encoders).

now, when i press one of these buttons, i want them to select a certain bank for a subset of encoder assignments.

the goal is to have two groups of buttons which:

 

- select a "global" bank when any of the buttons within that group is pressed

- each one select a certain bank

 

how would i go about to realise this usecase?

 

 

thanks for every and any input.

 

cheers!

Link to comment
Share on other sites

The simple bank mechanism won't help you to achieve this.

 

Instead, you've to activate/deactivate the events from a run script: http://www.ucapps.de/midibox_ng_manual_ngr.html

with the "set_active" command

 

This approach can result into a long list of commands, but it's the most flexible solution...

 

Best Regards, Thorsten.

Link to comment
Share on other sites

hey thorsten, i knew about the set_active command - i already use it.

but as it is of now, it is just too slow to handle larger amounts of assignments.

my hope was, that maybe there is a solution around this.

along the lines of an if/then statement somehow,

to always select a assignment for a subgroup of encoders as soon

as a bank button within a certain group is pressed.

Edited by =FFW=>
Link to comment
Share on other sites

I'm planning to implement some kind of compiler, which translates the .ngr commands into opcodes stored in RAM and executed dramatically faster than today.

 

So, if performance is the only issue, it will be solved sooner or later (but not in the next two months)

 

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...