BLM16X4.ngc - Invalid flag in EVENT_LED_MATRIX

Hi folks -

 

Running MBNG v1.032. I’m doing some testing with the BLM16X4 sample, but I get the following error at upload/runtime:

 

[233770.480] AUTOLOAD ‘blm16x4’

[233770.480] [MBNG_FILE_C:46] ERROR: invalid flag in EVENT_LED_MATRIX … colour=0 (expect 0..2)

[233770.490] [MBNG_FILE_C:50] ERROR: invalid flag in EVENT_LED_MATRIX … colour=0 (expect 0..2)

[233770.490] [MBNG_FILE_C] Event Pool Number of Items: 16

[233770.490] [MBNG_FILE_C] Event Pool Allocation: 658 of 24576 bytes (2%)

[233770.504] Patch ‘blm16x4’ loaded from SD Card!

[233770.513] [MBNG_FILE_R] /blm16x4.NGR (optional run script) not found

[233781.771] [FILE] Download of 3334 bytes in progress (0%)

[233781.848] [FILE] Download of 3334 bytes finished.

 

When I change the cc sliders in mios studio, only the green led’s light up. I have also triple-checked that the SR config matches my setup. In addition if I run the rgb_1 sample everything works as expected.

 

Am I doing something wrong? Or did I uncover a bug?

 

Thanks in advance!

Hi,

 

you are right, this is a bug in the parser.

Here a link to the updated firmware: http://www.ucapps.de/mios32/midibox_ng_v1_032_post1.zip

 

Best Regards, Thorsten.

Thanks TK! Will test out tonight :slight_smile:

That fixed it, Thanks TK!