Skip to content

Commit bb01c75

Browse files
author
Jeff Cooper
committed
note about notes
1 parent 0c9e28b commit bb01c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AudioKitEX/Sequencing/Sequencer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ open class Sequencer {
117117
length = tracks.max(by: { $0.length > $1.length })?.length ?? 0
118118
}
119119

120-
/// Add a MIDI note to the track
120+
/// Add a MIDI noteOn and noteOff to the track
121121
/// - Parameters:
122122
/// - noteNumber: MIDI Note number to add
123123
/// - velocity: Velocity of the note

0 commit comments

Comments
 (0)