Get sysex working

split sysex message into sysexid and sysexdata
sysexid is a device identification number or array
sysexdata is an array of data to be sent to the device
This commit is contained in:
nkymut 2025-01-18 14:31:11 +08:00
parent e085819fe2
commit 13a4512601
5 changed files with 190 additions and 29 deletions

View file

@ -1514,7 +1514,8 @@ export const { control } = registerControl('control');
export const { ccn } = registerControl('ccn');
export const { ccv } = registerControl('ccv');
export const { pc } = registerControl('pc');
export const { sysex } = registerControl('sysex');
export const { sysexid } = registerControl('sysexid');
export const { sysexdata } = registerControl('sysexdata');
export const { polyTouch } = registerControl('polyTouch');
export const { midibend } = registerControl('midibend');
export const { miditouch } = registerControl('miditouch');