miker2049 / midigrid

A helper library for midi grids and monome norns
GNU General Public License v3.0
63 stars 37 forks source link

sysex function errors #18

Open okyeron opened 4 years ago

okyeron commented 4 years ago

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?

tildebyte commented 4 years ago

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...