here is a patch i just made because i do a lot of midi sequencing and these vintage machines have very different midi time lag.
it basically takes three integers for milliseconds, finds the lowest one and then delays the output to the other two machines accordingly. using "pipe". i usually feed it with bangs but pipe will also delay numbers etc. ... so this can be used in many ways.
im wondering if this could be written simpler, i use nested logical comparators and the correct order of the variables is a bit of a nightmare to figure out in PD.