Skip to content

Instantly share code, notes, and snippets.

@dshipp
Created May 6, 2020 09:50
Reface CP local control Sysex
const byte localControlOn[]={0xF0,0x43,0x10,0x7F,0x1C,0x04,0x00,0x00,0x06,0x00,0xF7};
const byte localControlOff[]={0xF0,0x43,0x10,0x7F,0x1C,0x04,0x00,0x00,0x06,0x01,0xF7};
RK002_sendSystemExclusive(11, localControlOn);
RK002_sendSystemExclusive(11, localControlOff);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment