We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9e28b commit bb01c75Copy full SHA for bb01c75
Sources/AudioKitEX/Sequencing/Sequencer.swift
@@ -117,7 +117,7 @@ open class Sequencer {
117
length = tracks.max(by: { $0.length > $1.length })?.length ?? 0
118
}
119
120
- /// Add a MIDI note to the track
+ /// Add a MIDI noteOn and noteOff to the track
121
/// - Parameters:
122
/// - noteNumber: MIDI Note number to add
123
/// - velocity: Velocity of the note
0 commit comments