You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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)
andmidigrid:led(col, row, brightness)
need a check for sysex before trying to do thoseall_led_sysex
andled_sysex
functions?The text was updated successfully, but these errors were encountered: