when using alsa-midi as midi-transport, the [midiout] object does not what i would expect: it outputs the bytes and sysex bytes instead of raw-midi, which is incompatible with the behaviour when using other transports.
i understand that this is not so simple to implement, as alsa-seq does not have a notion of "raw midi".
the way to do it, would probably be to parse the raw midi and use the proper alsa-midi calls (and let alsa unparse the events into raw-midi again :-))
Anonymous