Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sysex function errors #18

Open
okyeron opened this issue Feb 29, 2020 · 1 comment
Open

sysex function errors #18

okyeron opened this issue Feb 29, 2020 · 1 comment

Comments

@okyeron
Copy link

okyeron commented Feb 29, 2020

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants