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 bb01c75 commit 8496f5fCopy full SHA for 8496f5f
Sources/AudioKitEX/Sequencing/SequencerTrack.swift
@@ -85,7 +85,7 @@ open class SequencerTrack {
85
/// Sequence on this track
86
public var sequence = NoteEventSequence() { didSet { updateSequence() } }
87
88
- /// Add a MIDI note to the track
+ /// Add a MIDI noteOn and noteOff to the track
89
/// - Parameters:
90
/// - noteNumber: MIDI Note number to add
91
/// - velocity: Velocity of the note
0 commit comments