FantomXR Posted September 15, 2019 Report Share Posted September 15, 2019 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 Quote Link to comment Share on other sites More sharing options...
TK. Posted September 15, 2019 Report Share Posted September 15, 2019 Hi, I'm surprised, all events should listen to incoming MIDI messages, regardless of the bank. Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
FantomXR Posted September 15, 2019 Author Report Share Posted September 15, 2019 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? Quote Link to comment Share on other sites More sharing options...
FantomXR Posted September 19, 2019 Author Report Share Posted September 19, 2019 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.