-
When writing a midi file, "tick" method and "note" method should be written once for each note. If the number of notes is large, this should be done with the "for" loop. How can I use it in the "for" loop please? Please explain with an example. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Thanks for asking! If you want a MIDI message and a clock in one call, you can use the add() function. |
Beta Was this translation helpful? Give feedback.
-
If you have an array
|
Beta Was this translation helpful? Give feedback.
If you have an array
Ticks[]
of ticks and arrayNotes[][]
(grouped by ticks), you can try something like this: