First, is it possible to have more then ONE bank assigned to a EVENT_
this would i think reduce the pool event allocation for me ALLOT!!!
Can you explain this one some more?
Normally without “bank=” the event responds in any bank, but presumably you are duplicating event definitions so that an EVENT_* corresponds to a group of particular bank# but not others?
Receivers can’t be put into a bank, because it’s assumed that events should still be updated on incoming MIDI messages regardless if they are active or not.
But you could try the .NGR command “set_lock” instead. A locked event won’t receive messages -> exactly what you want.
on the .NGR i made a Startup sequence a tekst on the lcd and ALL leds goes on and Off after 5000mS.
and after this i have
EXEC_META RUNSECTION:1
EXEC_META SETBANK 4:4
But is doesnt RUNSECTION:1 anymore… before this worked perfect..?
only if i press the button with Runsection:1 the Tekst from the .NGR pops-up…
EDIT: i also notice the Led that should be ON goes ON perfect only i miss the tekst on the lcd.. so the Runsection command runs OK only i miss the LCD tekst..