SYSEX_SIZE
if (len < SYSEX_SIZE(empty))
if (len == SYSEX_SIZE(master))
if (len != SYSEX_SIZE(stop))
if (len != SYSEX_SIZE(start))
if (len != SYSEX_SIZE(loc) ||
dev_midi_send(mtc->dev, (unsigned char *)&x, SYSEX_SIZE(full));
dev_midi_send(d, (unsigned char *)&x, SYSEX_SIZE(master));
if (len < SYSEX_SIZE(empty))
if (len == SYSEX_SIZE(master)) {
if (len != SYSEX_SIZE(stop))
if (len != SYSEX_SIZE(start))
if (len != SYSEX_SIZE(loc) ||
if (len != SYSEX_SIZE(dumpreq))
midi_send(o->midi, (unsigned char *)&x, SYSEX_SIZE(slotdesc));
midi_send(o->midi, (unsigned char *)&x, SYSEX_SIZE(dumpend));