{
   "code" : "// running this line will show all your MIDI ins and outs on the console\r\n// find the number of the output interface you want to use\r\nMIDIClient.init;\r\n\r\n// select the midi out you would like to use\r\nm = MIDIOut(0);\r\n\r\n// send a sysex message on that output\r\nm.sysex(Int8Array[ 16rf0, 0, 0, 27, 11, 0,16rf7])\r\n\r\n\r\n//taken from MIDIOut manual",
   "is_private" : null,
   "id" : "1-4Zg",
   "labels" : [
      "midi",
      "sysex"
   ],
   "description" : "simple example showing how to send a sysex messages",
   "ancestor_list" : [],
   "author" : "hems.inlet",
   "name" : "Sending a Sysex Message"
}
