This is a package to work with
Midi files. It can be used to read, create and write midi file. The package is in
tcllib format.
Comments edit
AMG: Are you accepting patches, bug reports, and feature requests? I see no code changes have been made in six years, so I have to ask.
I noticed an unbraced
expression in [::midi::file::clicks].
Also curious why the expression for mod_type flats multiplies by
-1 when it could just use unary negation.
Still on the subject of [expr]. I see multiple instances of
[expr {$e}] where
$e is some simple variable substitution. In every case this gives the same result as simply writing
$e.
jdc Yes, all patches are welcome.