Hello,
I've connected two pc's over LAN. I send MIDI-Data and receive them on the second PC with "netreceive 80", and can print them to the console. When I send a note-on, I get three print commands, example:

print: 144 (channel number)
print: 80 (note number)
print: 64 (velocity)

When I connect netreceive-obj with noteout-obj, the order of numbers is wrong, and I get musical chaos on my midiout. How can I get the right order from netreceive-obj?

And is there an alternate possibility, to get netreceive-Midi-Data out of pd - on Windows?

Thank you for hints

Axel