midigrid icon indicating copy to clipboard operation
midigrid copied to clipboard

sysex function errors

Open okyeron opened this issue 5 years ago • 1 comments

I'm trying to see if i can make a device profile for my livid block (or eventually OhmRGB)

I copied apc mini to start off

I get errors on start:

midigrid.lua line 201 _brightness_to_buffer(note, vel, config:all_led_sysex(vel))

throw an error since the all_led_sysex function does not exist.

how does this work for the apc mini?

Do midigrid:all(brightness) and midigrid:led(col, row, brightness) need a check for sysex before trying to do those all_led_sysex and led_sysex functions?

okyeron avatar Feb 29 '20 01:02 okyeron

Do midigrid:all(brightness) and midigrid:led(col, row, brightness) need a check for sysex before trying to do those all_led_sysex and led_sysex functions?

That's probably the correct solution...

tildebyte avatar Feb 29 '20 02:02 tildebyte