Help in understanding the mido messages #585
sharmilamani
started this conversation in
General
Replies: 1 comment
-
Hello,
a) note_on messages with velocity=0 are note_off messages. This is a feature of MIDI specification, not a decision from mido.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
How to identify the start time and duration of note played from mid file ?
as i went through the mido read me time in message refers to wait time from previous event. is this the start time of the note ? also i don't see a "note_off message".
Below is a midi file printed using mido. In this file, the key c4 is pressed and released 10 times.
Kindly help in understanding
1) start of each key press in seconds ?
2) time duration / end of each key press ?
3) time gap between two key press ( start of second key - end of first key)
Beta Was this translation helpful? Give feedback.
All reactions