mirror of
https://github.com/sshlien/abcmidi.git
synced 2025-12-06 06:55:06 +00:00
2023.12.17
This commit is contained in:
15
doc/CHANGES
15
doc/CHANGES
@@ -15136,3 +15136,18 @@ handle certain midi files. The function stats_interpret_pulseCounter()
|
||||
can detect midi files containing triplets and nonquantized notes.
|
||||
|
||||
midicopy: extended to handle midi files with up to 150 tracks.
|
||||
|
||||
|
||||
December 17 2023
|
||||
|
||||
midicopy: The midi program number is not set properly for a few the
|
||||
midi files where the channel program numbers are set in a separate
|
||||
track. Midicopy processes and copies the tracks sequentially, and
|
||||
by the time it sees the channel program numbers in the separate
|
||||
track it is already too late. It would be necessary to rewrite
|
||||
midicopy so that it stores the entire midi file in memory prior to
|
||||
copying it to disk.
|
||||
|
||||
midistats: Introducing a new option -nseqfor n where is a channel
|
||||
number. See drums.txt for a description.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user