Is there a way to simply tell which channels are in use in a midi file? #190
-
|
Is there a way to simply tell which channels are in use in a midi file for both the Another question is to make sure that what I understood is correct. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
GetTrackChunks. This method returns the same chunks a MIDI file contains. So direct operations on these chunks (for example,GetTrackChunks().First().Events.First().DeltaTime = 20;) will go to result file.