mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-30 00:06:59 -04:00
13a4512601
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
5 lines
76 B
JavaScript
5 lines
76 B
JavaScript
import './midi.mjs';
|
|
|
|
export * from './midi.mjs';
|
|
export * from './gm.mjs';
|