Make NG listen to all banks?

Hey people,

In general I work with different banks. One thing that bothers me since starting working with NG is that it doesn’t listen to all banks at the same time. So if I dump values to the midibox it only listens to the bank that it just activated. All other banks do not refresh. 

Is there a chance that this will be possible in the future?

Thanks,

Chris

 

Hi,

I’m surprised, all events should listen to incoming MIDI messages, regardless of the bank.

Best Regards, Thorsten.

Oh, really? I’ll check again. If this is the case there must be a mistake somewhere else. 

I’ll report back.

But at least it’s not true for receivers that receive sysex strings and forward them to displays. Correct? 

Hey TK.,

I wonder why RECEIVERS do not react to banks. 

This is the example code:
 

EVENT\_RECEIVER id=1 type=SysEX stream="0xf0 0x33 0x22 0x33 0x00 ^txt 0xf7" lcd\_pos=1:1:1 bank=1 EVENT\_RECEIVER id=2 type=SysEX stream="0xf0 0x33 0x22 0x33 0x00 ^txt 0xf7" lcd\_pos=2:1:1 bank=2

I’d expect: When bank 1 is selected the text will be displayed on the first screen. When bank 2 is selected it will show up on the second display. If bank 3 is selected nothing should happen.

But what happens is that it always shows up on both displays. Should it be like this?

In my setup I send a bunch of SysEx strings to the midibox and I’d like to switch between them with banks. Is that possible?

Thanks,
Chris