Skip to content

Commit 8496f5f

Browse files
author
Jeff Cooper
committed
note to new func
1 parent bb01c75 commit 8496f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AudioKitEX/Sequencing/SequencerTrack.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ open class SequencerTrack {
8585
/// Sequence on this track
8686
public var sequence = NoteEventSequence() { didSet { updateSequence() } }
8787

88-
/// Add a MIDI note to the track
88+
/// Add a MIDI noteOn and noteOff to the track
8989
/// - Parameters:
9090
/// - noteNumber: MIDI Note number to add
9191
/// - velocity: Velocity of the note

0 commit comments

Comments
 (0)