How do I write a chord, i.e. a NoteOn of seveal notes on each above the other at the same time line?

What should be the message for this chord.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MIDI is a serial interface, so you can’t actually send two ‘Note On’ commands at the same time – you physically send them one after the other, but the latency is low enough that although they start playing sequentially, the ear cannot detect the delay.