Skip to content

Commit

Permalink
add typically.
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris committed Feb 19, 2019
1 parent 69a83d1 commit 137d68c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/miditrack.jl
Expand Up @@ -258,7 +258,8 @@ that correspond to the same note value (pitch) and convert them into
the `Note` datatype. There are special cases where NOTEOFF is actually encoded as NOTEON with 0 velocity.
`getnotes` takes care of this.
Notice that the first track of a `midi` doesn't have any notes.
Notice that the first track of a `midi` typically doesn't have any notes,
which is why the function defaults to track 2.
getnotes(track::MIDITrack, tpq = 960)
Find the notes from `track` directly, passing also the ticks per quarter note.
Expand Down

0 comments on commit 137d68c

Please sign in to comment.