midigrid
midigrid copied to clipboard
sysex function errors
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?
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...