Skip to content
Discussion options

You must be logged in to vote

Hi and thank you for your interrest in mido.

The short answer is yes and no, the provided example is fine.

The long answer:

First, MIDI is a serial protocol which means there can’t be any overlapping messages. They all happen in sequence. Given these are sent out fast enough they give the illusion of simultaneity.
It has a concept of channels to address specific sounds or features in the receiver.

MIDI Files store MIDI protocol data with a few metadata to help presentation and/or reproduction. These have a concept of tracks which are not related to MIDI’s channels (Each track may contain data that adresses multiple channels).
Furthermore, 3 standard layouts are defined and commonly refere…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@obrejla
Comment options

Answer selected by rdoursenaud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #608 on December 04, 2024 16:07.