2023.10.25

This commit is contained in:
sshlien
2023-10-25 19:43:27 -04:00
parent 2bf0052eb8
commit 4e0266179b
5 changed files with 22 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
.TH MIDISTATS 1 "9 December 2022"
.TH MIDISTATS 1 "25 October 2023"
.SH NAME
\fBmidistats\fP \- program to summarize the statistical properties of a midi file
.SH SYNOPSIS
@@ -77,6 +77,10 @@ that occur in the midi file.
pitchact is a similar histogram but is weighted by the length of
the notes.
.PP
chnact returns the amount of note activity in each channel.
.PP
trkact returns the number of notes in each track.
.PP
totalrhythmpatterns is the total number of bar rhythm patterns for
all channels except the percussion channel.
.PP