Skip to content

Instantly share code, notes, and snippets.

@divVerent
Last active October 31, 2021 19:07
Show Gist options
  • Save divVerent/eed100d6d31136b914ccd7f7cf846951 to your computer and use it in GitHub Desktop.
Save divVerent/eed100d6d31136b914ccd7f7cf846951 to your computer and use it in GitHub Desktop.
LK-S250 lighting key SysEx
SysEx = F0 message F7
where
CASIO = 44 7E 7E 7F
message
| Ping = CASIO 00 03 -- Keeps lights on.
| ?? = CASIO 00 06 00
| LightOn note = CASIO 02 00 note 01
| LightOff note = CASIO 02 00 note 00
Copy link

ghost commented Sep 2, 2021

Could you give an example of a message for a note,
try F0 44 7E 7E 7F 02 00 40 01 F7 and it doesn't work
Do i need the ping?

I found that the ping needs to be sent before turning on the light and at least every 495 milliseconds to keep it on
example:
F0 44 7E 7E 7F 00 03 F7 F0 44 7E 7E 7F 02 00 40 01 F7

@divVerent
Copy link
Author

divVerent commented Sep 7, 2021 via email

Copy link

ghost commented Sep 7, 2021

Thanks, you got an error in the readme file, the LightOff, how did you get these codes? From Chordana Play? I asked Casio for them and they didn't want to give them to me.

@divVerent
Copy link
Author

divVerent commented Sep 7, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment