In article <4lm9i2$
k...@vivaldi.telepac.pt>
andre...@mail.telepac.pt Andre,
It's more complicated than just a hardware merge. MIDI messages are one to
three bytes long and the merge unit must ensure that a message from one
input port does not get mixed with the message from the other port. Thus
each port needs a small buffer and the whole unit will need to schedule
the merge.
It gets even more complicated if you want to merge system exclusive
messages, because these can get very long (several hundred bytes is not
uncommon).
My advice is, if you are using a computer, get a MIDI interface with two
inputs, or buy a stand alone midi merge box.
Regards,
Ed Mulligan