make-sysex-data &rest args [Function]

Construct a sysex message out of a collection of bytes, characters, or strings, or lists thereof and surround it with F0/F7 tags.

Example:

(make-sysex-data 0 1 '(4 0 1) 6 5 4 "/foo.aiff" "change preset")

Last Modified: 5-Mar-1998