nkymut 13a4512601 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
2025-01-18 14:31:11 +08:00

5 lines
76 B
JavaScript

import './midi.mjs';
export * from './midi.mjs';
export * from './gm.mjs';